One of my PowerApps calls Flow using a button to run a store procedure. Users from the same AD domain with me run it just fine, however, users from a different domain of the same forest fail to update the database, flow status is successful. Where else can I look to find the break point? Is there a way to find out who run the Flow? Thanks.
Solved! Go to Solution.
The app is shared with the users and everything within PowerApps run fine, except that button calling the Flow. Sharing for Flow and Gateway are for admins or co-owners only? The connection to the database is using basic authentication with a SQL server service account.
Hi @NewBee117 ,
Please check on below documentation:
https://docs.microsoft.com/en-us/power-automate/share-buttons
Regards,
Mona
You are correct, we've found the problem in the stored procedure. Once the logic is modified to include the condition, it is now working. It is not AD domain related at all. Thank you all for trying to help along the way! 🙂