Forum Discussion
reaganbreaux
Jun 23, 2021Copper Contributor
Using one button to trigger a flow AND open Power Apps?
I know that there is a way to format a column in a SharePoint list to open to a specific screen in Power Apps through deep linking, and that you can trigger a Power Automate flow with a button in a S...
- Jun 24, 2021
reaganbreaux Unfortunately No. This is not possible by creating a single hyperlink in list view using JSON.
Possible Solutions:
- Create two separate links/buttons in single list column using JSON formatting - But again user have to click twice --> Not good
- Create a link to Power Apps >> Run your flow in onStart property of App control in Power Apps >> Navigate to required screen.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
ganeshsanap
Jun 24, 2021MVP
reaganbreaux Unfortunately No. This is not possible by creating a single hyperlink in list view using JSON.
Possible Solutions:
- Create two separate links/buttons in single list column using JSON formatting - But again user have to click twice --> Not good
- Create a link to Power Apps >> Run your flow in onStart property of App control in Power Apps >> Navigate to required screen.
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- reaganbreauxJun 24, 2021Copper ContributorThank you so much, I didn't even think to add it to OnStart!