ewingjm / development-hub

A continuous integration solution for Power Apps.
MIT License
36 stars 8 forks source link

Ability to verify setup is completed #22

Open markcunninghamuk opened 4 years ago

markcunninghamuk commented 4 years ago

Would be great to have a visual indicator to denote if all the setup steps have been completed and connectivity is verified.

ewingjm commented 4 years ago

A button could be added onto the environment entity ribbon to check connection. Would just need to call an action that uses a code activity to make a WhoAmI request in the target instance. Should be easy enough to set up using the IntegratedWorkflowActivity base class.

ewingjm commented 3 years ago

@markcunninghamuk I'm working on this at the moment. Also moving the client ID/secret to be per environment rather than global.