Skip to main content
Shabrian Cobb (N/A) ha fatto una domanda in #Flow

I'm creating a screen flow for a Trip object. The purpose if this screen flow is to be able to add new passengers to the trip with the click of one button. The trip lookup field on each passenger record must be set to the record Id of the Trip from where the flow was launched. The account record must also default to the account that was selected in the trip record. I'm having trouble with the requirements in bold. Any help, suggestions are greatly appreciated.

2 risposte
  1. 19 dic 2022, 14:11

    @Shabrian Cobb

     

    Please use a flow variable to store the Trip record Id. You can do this by creating a flow variable of type "Text" and assigning it the value of the Trip record Id

0/9000