Action to Produce "confirmation view"

Good Morning AppSheet Land,

I wanted to write to ask a question and to say โ€œTHANK YOU!โ€ for all of your hard work. You guys have a great product and service here.

Question: is it possible to create an action that takes the viewer to a recessed view of the current page that would elicit a response from the app user such as this one?:

My boss would like for the app, when he selects a driver for a haul to request confirmation. Something like, โ€œDid you intend to choose Junior for this job?โ€ [Yes] [No].

Thank you again!

Solved Solved
0 9 394
1 ACCEPTED SOLUTION

Yes. My โ€œNEXT SESSIONโ€ action is a grouped action (an action that contains several actions). The action that takes the user to this view is only valid if there are cards remaining. It comes before the action that changes the โ€œsessionโ€ so, when it is triggered, the session remains unchanged until the user taps โ€œNEXT SESSIONโ€ again. Good luck!

View solution in original post

9 REPLIES 9

Yes. The only thing that I donโ€™t know how to do is to make the view โ€œrecessedโ€, as you indicated.

Hereโ€™s an example from a flashcard app Iโ€™m working on:

If the user wishes to go to the next โ€œsessionโ€ (that is, get a new set of โ€œcardsโ€ to study) he or she taps on NEXT SESSION. If, however, the user has not yet completed all of the cards in the current session, the app shows the following confirmation message (or, rather, goes to another view with this message), checking to make sure that the person really does want to leave some cards unfinished:

2X_7_73a8fba4c35f902cb216259a9f368fd2fe327e29.png

If this approach is close enough to what you have in mind, I can help you figure out how to do it.

โ€œRecessedโ€ was my ideal. I am however open to all the help that I can get! Thank you for taking the time Kirk. Did you use the โ€œBehaviorโ€ tab on the editor to bring up the โ€œCautionโ€ expression?

I am actually working on adding this โ€œrequest for confirmationโ€ y/n prompt based on a choice out of an enumlist drop down of driverโ€™s names.

Please let me know what you think.

Sincerely,

Wesley W.

Nimble Transport

I imagine it could be done, but it would be complex.

Is there a less complicated way to accomplish the general goal with something like a little pop up window with a yes or no button? Thatโ€™s really all I need.

Nope.

Yes. My โ€œNEXT SESSIONโ€ action is a grouped action (an action that contains several actions). The action that takes the user to this view is only valid if there are cards remaining. It comes before the action that changes the โ€œsessionโ€ so, when it is triggered, the session remains unchanged until the user taps โ€œNEXT SESSIONโ€ again. Good luck!

Thanks so much Kirk, God bless. Have a great day.

Woah Bro! I just looked under the hood of your app. It is very complex. Great job.

Thanks! The complexity is a problem. I canโ€™t even figure it out sometimes, especially if some time has passed since I worked on a section. Itโ€™s gotten bigger and bigger over time. Iโ€™m working on a new (hopefully, more-or-less final) version that has a few more features. Building this app has been a long journey for me.

Top Labels in this Space