Aug 18, 2021 09:05 AM
Hi all, I have run into a problem with an automation where I am copying values from some formula fields into fixed fields. I have narrowed the problem down to 2 different fields that halt the automation. Both the formula field and the fixed field I am copying to are formated as decimal with 2 places (x.00). I know this worked before while I was developing it, but now it fails. The error message shown is “fields could not be converted to a string”. I see 2 questions for this topic in the Community, but I can’t see the solution. This is making my head explode, so I would appreciate any help you can provide.
Aug 24, 2021 10:46 PM
Would you be able to share a screenshot or two of your automation setup and the related fields?
Aug 27, 2021 06:02 AM
Hi @Justin_Barrett, thanks for responding (and sorry it took me so long to get back to you). I figured out the issue I think, and it was an error on my part.
Feb 03, 2022 06:30 AM
Can you tell us what the solution was @Sharon_Visser ? I have a similar problem
Feb 05, 2022 08:10 AM
Hi @Julian_E_Post, ugh, once I realized I had made a mistake and corrected it, I didn’t document the issue. My recollection is that I had meant to copy the formula into 2 fixed fields, but I think I was actually trying to copy to a formula which you can’t do because well, it’s a formula. I wish I had noted the issue and added it to this thread at the time.
Feb 07, 2022 06:00 PM
All good, thanks for trying to remember. I think I solved my problem by using the new conditional logic in my automation to run the calculation only when the field is not empty. It hasn’t failed yet, so maybe it threw that error when trying to multiply against an empty field?