[Automation] add a new row But still manual input

I am trying to set the automation.

In my app, there are 3 tables.

[Order table] ID_Order City
[Detail table] *auto save ID_Detail ID_Order Item Judge
[Info table] ID_Info ID_Detail ID_Order Information

Automation launched when [Judge] on detail filled in.

*Current setting

  1. If “Judge” = “Ongoing”, Add new row to the same table(Detail).
  2. [ID_Order] get the value with automation, but still “item” column is blank.
  3. The view is return to “Detail”.

*What I want to do

  1. If “Judge” = “Ongoing”, Add new row to the same table(Detail).
  2. [ID_Order] get the value with automation.
  3. Open added record and input the “item” and “Judge” manually.
  4. auto save
  5. Judgment bot launched (Because “Judge” is filled in)

How to input manually to the record which added automatically?

I believe you should be using a Form Saved action here instead of a Bot.

View Events | AppSheet Help Center

2 Likes

I’ got it.

Thank you.

2 Likes

To be clear, it is not possible for an Automation to interact with a user. Automation occurs entirely on AppSheet servers–not on the user’s device–so there is no user present to interact with.

3 Likes