Skip 'Get Record' element using the variable of record type for the object in flow #inSalesforce
Create a screen flow,
You can skip this: create a text variable (recordId), i/p selected - to get the record id of the page where the flow is placed and in GET: getContact, Criteria - Id equals recorddId
Create a new resource for recordId, record type recordId, Contact object, i/p selected
Screen: display text: firstname : recordId.firstName, lastname : recordId.lastName, phone: recordId.mobilephone
Save and Activate
Create a new action on Contact called Quick Contact Info, flow type. Add button in page layout as in visual and test
Visual: https://www.youtube.com/watch?v=sUqaFlgZsKs





Comments
Post a Comment