Hi,
such actions (multiple update) seems like not so hard now with a new feature 'repeated actions'. But if I understand correctly, Follow ups is a linked field. So , if you change it, links will be changed in the table containing children, without automation.
Hi,
such actions (multiple update) seems like not so hard now with a new feature 'repeated actions'. But if I understand correctly, Follow ups is a linked field. So , if you change it, links will be changed in the table containing children, without automation.
Thanks for the quick feedback, Alexey! I did just stumble onto the repeated actions configuration, and it worked! Now my only trouble is how to append, rather than OVERWRITE the info that was already in the field. Any ideas?
Thanks for the quick feedback, Alexey! I did just stumble onto the repeated actions configuration, and it worked! Now my only trouble is how to append, rather than OVERWRITE the info that was already in the field. Any ideas?
Yes, just put current value there, and then new value after it. This can be a problem for some field types, as you should divide them by comma, but if any value absent, Airtable might throw error because of trailing comma.
Problem can be solved by conditional action (if cell is empty - update, if not - append). But you cannot set repeated and conditional.
I hope you are not follow "pessimistic scenario", and your automatic will work.