Redirect User to newly created Record via URL using Flow #inSalesforce
Suppose we are creating contact using ScreenFlow
>Screen1 - contact screen
Drag Drop - Name, Advance... in rhs,
Manually assign variable,
FirstName - create new resource - data type - text - firstName,
LastName - create new resource - data type - text - lastName
Make changes to footer as per need
>Create Element:
createContact:
Use may be separate resource, contact object
Set:
firstname = screen firstname
lastname = screen lastname
select - manually assign variable, name it - contactId
>Screen2: drag drop - display text
click here to redirect to the record. In here add the link /{!contactId}
>Connect, Save and Activate the Flow
>To test, drag-drop the flow component in the detail page of the record. Save and activate page the lightning page.
Comments
Post a Comment