I have simplified my problem to be somehow connected to the set up of the environment (I think)
I have a very simple single page Canvas App. It has a button the triggers a power automate flow.
The flow is very simple and returns a random number.
I have created this all within a solution and I export the solution and then import it into a test environment. (This happens whether am dealing with a managed or unmanaged solution).
If I share the app with a very simple user. The app works (ie a simple label generates a random number) - but the other label that is will be triggered by the button and calls the flow to get a random number won't work.
The flow.run fails with Connection not configured for this service
Oddly if the original version is shared with the same user it is able to work correctly.
So I have been looking for a means of ensuring that the instant flow is able to be 'enabled' for the simple user.
Any help or pointers would be greatly appreciated.
many thanks