web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Inspection app button ...
Power Apps
Answered

Inspection app button displaying problem

(0) ShareShare
ReportReport
Posted on by 16

Hi everyone,

 

I have a problem on my inspection app. On the mobile phone the review inspection button does not display at the last inspection step but in the middle of my check list step. Any idea to have this button displaying only at the last step ? I joined a screenshot. 

Capture.PNG
Categories:
I have the same question (0)
  • v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @VSEVq ,

     

    The review button is inside the Gallery, based on checking the item is the last step in the collection, if true the button would show up.

    vjefferni_0-1626923327821.png

     

    Please check the formula of the Visible property if you have ever modified:

    //visible only on the last step
    If(
     !gblAppMobileOnDesktop,
     If(
     ThisItem.'Checklist Step'.'Area Inspection Checklist Step' = Last(
     Sort(
     colLastInspectionSteps,
     Sequence,
     Ascending
     )
     ).'Checklist Step'.'Area Inspection Checklist Step',
     true,
     false
     )
    )

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

  • Verified answer
    VSEVq Profile Picture
    16 on at

    Hi, thank you for ypur answer. EDIT : I found another solution : instead of using the Sequence I used the name of my last inspection step to show up the button only on this last step . It finally worked. 

    Capture d’écran (2)_LI.jpg
  • Dev_Picki Profile Picture
    4 on at

    Hey, can you show me the code of how you did this? I am running into the same issue as you were. 

  • IrwinChristophe Profile Picture
    2 on at

    I'm having the same issue as the original poster.  I've made everything identical and the code is not modified yet its not placing the button at the bottom. Any further insight into this? I'm also getting a SaveData Error at the colLastInspectionSteps "here was a problem saving your data. data cannot be saved when running in a web browser"  I have not modified the files

  • seismicsteve Profile Picture
    4 on at

    I suspect the data saving error causes colLastInspectionSteps to have the wrong contents so this is

    not a fix but a workaround. Change the Visible property of the btnReviewInspection to:

    //visible only on the last step
    If(
    !gblAppMobileOnDesktop,
    If(
    ThisItem.'Checklist Step'.Name = "END",
    true,
    false
    )
    )

    Then add a dummy last step to your inspection form with Title called "END". (No picture, no instructions). This causes the Review inspection button to display in the right place after all the inspection steps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 494

#2
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#3
11manish Profile Picture

11manish 323

Last 30 days Overall leaderboard