LightningFlowComponents icon indicating copy to clipboard operation
LightningFlowComponents copied to clipboard

Datatable - Lookup Field Link - Links not working when flow launched from URL

Open manuluyten opened this issue 1 year ago • 2 comments

  1. Add a Lookup field to the flow datable.
  2. Launch the flow from the /flow/ URL and add a URL parameter to pass a recordId to the flow
  3. Example: https://hostname.force.com/flow_API_name?inputRecordid=a00000000000001234
  4. Click the link of the Lookup field value
  5. The link is pointing back to the flow and generates a flow error (depending on flow).

The link is now pointing to: https://hostname.force.com/flow_API_name?inputRecordid=a00000000000001234/s/detail/a00000000000056789

Expected behaviour: Link pointing to lookup value record: https://hostname.force.com/s/detail/a00000000000056789

manuluyten avatar May 31 '23 12:05 manuluyten