+ Start a Discussion
SandrineSandrine 

Flow update the Text field when other field is updated, soql to get the name

Hello,

I have 2 text fields
Id_of_contact__c
Name_of_contact__c
both are text fields

Usecase:
when the Id_of_contact__c is updated with id, i wnt the Name_of_contact__c to get the  name of the Id_of_contact__c
In other words, once the  Id_of_contact__c is updated, the SOQL search should be made and the Name_of_contact__c t should be updated by name

i also want to control the null pointers

how is it possible to implement ion flow, please
 
Best Answer chosen by Sandrine
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sandrine,

Yes you have to write a record triggered flow on that particular object and write in update context . Can you let me know on which object you are trying so I can try the flow and share the same with you.

Thanks,
 

All Answers

Sai PraveenSai Praveen (Salesforce Developers) 
Hi Sandrine,

Yes you have to write a record triggered flow on that particular object and write in update context . Can you let me know on which object you are trying so I can try the flow and share the same with you.

Thanks,
 
This was selected as the best answer
SandrineSandrine
Hi Sai i am creating on Account a=object