For my learning, I have created a data table using Flows where I have displayed Subject, description and case ID related to a care plan from the case object. Now I want to redirect to the care plan detailed page once I click on the subject in the data table..how can I make this subject content as an URL so that it redirects to the care plan detail page.
Michael Brown (SETGO Partners) Forum Ambassador
One other thought if that doesn't work. You could also potentially have the user select a data table record by the checkbox, and when the click Next in the flow, you could take the id of the selected record, and redirect the user to the appropriate care plan using the Navigate Anywhere component from UnofficialSF. This is a great flow component I've used to redirect users at the end of the flow