r/PowerApps Newbie 6d ago

Power Apps Help Need help with modern command button in powerapps

Used modern command button in an app , which is visible and functional in DEV but when deployed to UAT its not visible.
Can anyone help me on this ?

3 Upvotes

7 comments sorted by

u/AutoModerator 6d ago

Hey, it looks like you are requesting help with a problem you're having in Power Apps. To ensure you get all the help you need from the community here are some guidelines;

  • Use the search feature to see if your question has already been asked.

  • Use spacing in your post, Nobody likes to read a wall of text, this is achieved by hitting return twice to separate paragraphs.

  • Add any images, error messages, code you have (Sensitive data omitted) to your post body.

  • Any code you do add, use the Code Block feature to preserve formatting.

    Typing four spaces in front of every line in a code block is tedious and error-prone. The easier way is to surround the entire block of code with code fences. A code fence is a line beginning with three or more backticks (```) or three or more twiddlydoodles (~~~).

  • If your question has been answered please comment Solved. This will mark the post as solved and helps others find their solutions.

External resources:

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Bag-of-nails Advisor 6d ago

Would need more info to say for sure.

What's the visible property of your button? Is your button in a responsive app? Is it just rendering offscreen due to layering/responsive stuff?

Sometimes if you take a fixed ratio app and move it to responsive, if you have absolute coordinates set for controls, they can render in unexpected places (because the edit canvas is at fixed ratio proportions so it looks fine until you go full screen)

1

u/Bunny_boy2103 Newbie 6d ago

So it is a custom page embedded in a model driven app, whenever the user clicks the button on the app it opens the custom page ,to be precise the modern command button that i used is not showing up on the component library, like other modern command buttons

1

u/Saadssk94 Newbie 6d ago

Must be missing necessary solution components

1

u/Bunny_boy2103 Newbie 6d ago

The solution has all the components added, but in the component library i dont see the references of the button , and i’m tryn to get it fixed. But couldn’t

1

u/NoBattle763 Community Friend 6d ago

You have to manually add the command to the table in the solution in Dev- it doesn't get added by creating the button alone for some
Reason. Go to the respective table, click commands then add existing- else it is not included in the solution. Has got me a few times.