Aug 24, 2023 02:02 AM
My automation has to update the Currency field with the formula field value. The formula field contains a number formatted as currency.
When testing automation I receive an error message "Fields" could not be converted to a string that I can not figure out. The updated field is currency (which is basically the number in fact) and the source field is the number as well.
I will appreciate any ideas and hints on what's the problem and solution
Solved! Go to Solution.
Aug 24, 2023 05:48 PM
@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!
Aug 24, 2023 07:55 AM
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.
Aug 24, 2023 02:22 PM
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.
Aug 24, 2023 05:48 PM
@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!
Aug 26, 2023 03:08 PM
Thank you @Zack_S, it works now flawlessly.
Very much appreciated your help.