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
- If “Judge” = “Ongoing”, Add new row to the same table(Detail).
- [ID_Order] get the value with automation, but still “item” column is blank.
- The view is return to “Detail”.
*What I want to do
- If “Judge” = “Ongoing”, Add new row to the same table(Detail).
- [ID_Order] get the value with automation.
- Open added record and input the “item” and “Judge” manually.
- auto save
- Judgment bot launched (Because “Judge” is filled in)
How to input manually to the record which added automatically?
