Posts

Showing posts with the label hyperlink

Salesforce Fact #768 | Website field showing record detail page url in screen flow datatable

Image
Suppose we have a scenario where we need to show the hyperlink in the screen flow datatable for account records which would navigate to the record detail page. We can make use of the Website field since it is of type URL and store the record detail page url in this field temporarily and show the same in the datatable. And the user can navigate to the record detail page using the url. Attached are the screenshots.

Salesforce Fact #564 | Flow return from list view button

Image
We have a limitation related to screen flows launched from list view button. The retUrl attribute does not work in the url and once finished, the flow does not go back to the list view screen from where it was invoked. As a workaround, we can create a hyperlink in the screen flow and the user can click that link to go back to the list view page. Attached are the screenshots.