You need to sign in to do that
Don't have an account?

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
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
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
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,