Hi @E_K - This should work no problem for you. I also did a test to confirm it works. Could you provide some more detail or maybe screenshots to see errors you are getting within the automation? Also could you show screenshots of the fields you are using and the formula within the formula field.
Hi @E_K - This should work no problem for you. I also did a test to confirm it works. Could you provide some more detail or maybe screenshots to see errors you are getting within the automation? Also could you show screenshots of the fields you are using and the formula within the formula field.
Thank you @Zack_S, I attach screenshots of automation configuration and formula fields.
The automation should do the following:
When the project status is "completed", it should find all records that are linked to this project in Billing table and have "Final" checkbox.
Then for every found record it should copy value from Price $ to Final Price $ and from Price € to Final Price €.
As seen from the screenshots, this last step generates error and does not do what is expected.
Thank you @Zack_S, I attach screenshots of automation configuration and formula fields.
The automation should do the following:
When the project status is "completed", it should find all records that are linked to this project in Billing table and have "Final" checkbox.
Then for every found record it should copy value from Price $ to Final Price $ and from Price € to Final Price €.
As seen from the screenshots, this last step generates error and does not do what is expected.
@E_K - I think I see the problem.
Instead of using the 'List of records' (see your image "Document preview of Screenshot 2023-08-25 at 00.11.51.png")

Use 'Airtable record ID' from the 'Current item" data

I think this should work!
@E_K - I think I see the problem.
Instead of using the 'List of records' (see your image "Document preview of Screenshot 2023-08-25 at 00.11.51.png")

Use 'Airtable record ID' from the 'Current item" data

I think this should work!
Thank you @Zack_S, it works now flawlessly.
Very much appreciated your help.