I´m using the [_THISROW-1].[SKU] to access the parent table “SKU” record, but it won´t write it to the table, all the related child records are written fine.
We are missing some important details. I understand you have Parent and Children. Are you adding both Parent and Children before saving? When does the automation run? On Parent ADD?
I´m copying the child records with an “execute sequence of actions” action which first asks for an input (the ID which will be used as the new parent) writes it to the parent table to the “NextParent” column, then sets a “trigger” value which fires the automation “on add”, runs the aforementioned webhook task and lastly clears the trigger column.