I have a table of elements and a table of inspections. If the item has everything OK, I want to do it quickly. What actions do I need?
Table of inspections:
- Action 1: Create row
- Action 2: update the id value of the element table
- Action 3: update the OK value in field 1
- Action 4: update the OK value in field 2
- Action 5: action 1 + 2+ 3+ 4
Table of elements:
- How do I configure the use of action5 if there is no row?
Thank you