Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not seeing all objects when exporting and importing solution from non-prod to prod environment #567

Open
nguyentranenvoyair opened this issue May 7, 2024 · 0 comments

Comments

@nguyentranenvoyair
Copy link

I followed this Microsoft tutorial to set up a deployment pipeline from my non-prod environment to prod environment.

Everything works fine and I'm able to export as an unmanaged solution from non-prod, store it in Github, then import the solution as managed into prod.

However, when I create my app in non-prod, the owner is me. But when I run the Github Actions workflows, the owner changes to my Service Principal (I use the SP as my authentication method to access the environments)

Therefore, when I go to prod and go to the managed solution, I don't see the app because the owner is the SP and not me.

For example, here's what the admin sees in the managed solution in prod env, of course, they can see all objects owned by different accounts:
admin-view

here's what I can only see in prod env, from my account:
my-view

I can only see "Business Unit" and "Solution Health Hub" in prod env, and not the other three objects that I created in non-prod env because, after the import, those are now owned by my SP rglns-n-ENYInsight-2335-sp.

How do I go around this? Because from a PowerApps developer's perspective, I need to be able to see the app in order to click the three dots and share the app to my users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant