Current, if an action has a confirmation, it will not be prompted during automation.
It will be nice there’s way we can prompt a confirmation that can prevent or continue a process based on a user’s selection.
Current, if an action has a confirmation, it will not be prompted during automation.
It will be nice there’s way we can prompt a confirmation that can prevent or continue a process based on a user’s selection.
Steven_Aung:
Current, if an action has a confirmation, it will not be prompted during automation.
Automation runs on a server, not on the user device AND could be possibly running when the user is inactive. This is why confirmation messages cannot be shown.
However, if you need to perform additional actions after an update, you CAN attach those actions to the Form Saved Behavior INSTEAD of running them as an automation. Then you can take advantage of confirmation messages within the actions.
Another option, in the case of if you really want an automation to run or not based on user choice, you can attach, to Form Saved Behavior, an action that presents a Form to display only that question. The automation then ONLY runs if the response is set to “Yes” or analogous answer.
Thanks for the reply. I am aware of possible workarounds but it will not lead to the user experience I want
Currently, if I want to trigger any action without using the bot, a user need to click something.
Say I want to run an action after a user add some texts via quick-edit without user clicking a button. That action will also have a confirmation.
Any workaround to duplicate the behaviour?
Thanks
Steven_Aung:
I am aware of possible workarounds but it will not lead to the user experience I want
Understood. I face the same thing on occasion. Sometimes what we want and what the tool can provide don’t mesh and we have to compromise.
Steven_Aung:
Currently, if I want to trigger any action without using the bot, a user need to click something.
Yes, that is the very heart of the AppSheet platform - activity based on user actions
Steven_Aung:
Say I want to run an action after a user add some texts via quick-edit without user clicking a button. That action will also have a confirmation.> > Any workaround to duplicate the behaviour?
If you are asking can you attach an action to the save of the Quick Edit, the answer is no. As the name suggests, it is meant to apply an update to a row quickly. For many apps, several Quick Edit columns are surfaced with each saving immediately after the edit. Attaching an action, especially if it required confirmation, would degrade the user experience in this case.
BUT…what if you sufaced a new column as a Quick Edit to run the process or not? When it is set, then process runs!
That’s the limitation you accept. Our job is push the AppSheet some boundaries.
I did some pushing and have success
Example:
[Add an action that prompts an input box](https://community.appsheet.com/t/add-an-action-that-prompts-an-input-box/8301) Feature Requests
It will be nice to have an action that will prompts an input box. Then any input from the user can be set to a column. If multiple rows are selected when the action is triggered, the same input value shall be applied to all rows.
Hi @Steve ,
Updating a column using a quick edit is the same as opening a edit form, making changes on the same column and save the row. (Both update processes will update other calculated columns and columns with reset data change conditions.) Please correct me if my assumption is wrong.
So in case of updating via a form, we can select “Event actions” when the form is saved. But in the detail view, there’s event actions under behavior tab without input box.
Does Appsheet have any plan to update that behavior section? What do you think it as a feature?
Thanks
Steven_Aung:
Updating a column using a quick edit is the same as opening a edit form, making changes on the same column and save the row. (Both update processes will update other calculated columns and columns with reset data change conditions.)
Correct.
Steven_Aung:
So in case of updating via a form, we can select “Event actions” when the form is saved. But in the detail view, there’s event actions under behavior tab without input box.
Correct, there are no detail view event actions.
Steven_Aung:
Does Appsheet have any plan to update that behavior section?
I have no idea. I doubt there is any such plan.
Steven_Aung:
What do you think it as a feature?
Myself, I’m neutral on it. I don’t see a use for it off the top of my head.