I am packaging a PowerApp as a Solution and I wanted to be able to build in the ability for the target recipient to Share their deployed App with their Users from within the App, something like this:
1. All Users are listed from their Active Directory in a Gallery.
2. I have applied a PATCH script to Add Users from their Active Directory into a "Profile" Table - and to include other attributes, required for the App.
3. I would like to include a process (with the PATCH), so that the User Profile is added - and so that the PowerApp is Shared with them, (as a User - not a Co-Owner).
I am not sure if this is even possible - perhaps with a Flow... or an HTTPS Request..?
Thanks for any insights!