At the moment i’ve got a few more complex scenarios where i’d like to handle with custom-code (ie. adding in ACF Repeater field rows based on the data imported, potentially combined with other data obtained (ie. via an API / etc).
At the moment there’s only very limited visibility of a certain field & corresponding value, so I can’t build repeater rows myself (ie. a “Locations” column which has a variable number of rows: A, B, C, D, E, … Y, Z).
A wordpress action would be great where it’s passed the new/updated post id, along with the full row data (array $row) so I can create whatever sets of ACF repeater fields I need to (ie. [{‘name’: ‘A’, timezone: ‘+1:00’}, {‘name’: ‘B’, timezone: ‘+5:00’}, …] )