I have two tables, the KPI table and the Months table. Each row in the KPI table has a month that is in the Months table.
I want every time there is a change in the status column to ‘A’ in the month table, the month column in the KPI table also changes.
I have tried to use automation, step 1 ‘when a record is updated’ then step 2 ‘find record’ on KPI table which is stsrec is N and ‘Update records’ KPI table based on automation step 1 but the result failed.
Any suggestions on how to create an automation to change multiple rows based on a single row change?
The short answer is you cannot use the automation to trigger changes to different records (rows) unless you use a script (which is very simple).
If you dont want to use a script, there are numerous other options.
Use a Last Modified field in the Months table and LookUp in the KPI table so when the record is updated it triggers the automation from the KPI table not the Months table (i.e. every record will use an automation)
Why dont you just use the LookUp field itself? Im not sure what you are trying to achieve but it looks like it can be very helpful as well