I have a joint object attendees with case contact and sessions as parent.
Now, I want to create a flow which lauches from a sessions record page and created a related attendees record.This will provide me with the sessions id but My problem is how do i find related case id (grandparent) and populate case contacts to be added to my attendees record from the related grandparent case.Case contact id is required in the master detail lookup field for creation of attendees record.
1 件の回答
Hey Gaurav,
Can you provide some screenshots of your current Flow, and where exactly you are getting stuck?
In response to your specific question, you use a Get Records element to get the correct records that match your criteria, and the Update Records element to populate the Attendees record.