Hi - I am trying to update a forecast in case the field hasn't been updated for over a month. The idea is that if there are no updates, the forecast would lower by 10%.
It all looks great, until I have to "Update record", I pull the record ID (dynamic) and added the field "Forecasted" and also make it dynamic. I add the field "Forecasted" and multiply it by 0.9. However, this creates an error. Here are the different versions and the results:
- "Forecasted"*0.9 --> Error
- "Forecasted"(0.90) --> Error
- "Forecasted".9 --> If the original value was $15,000 it shows $150,001 (maybe it thinks I want to move the decimal place?)
- "Forecasted""Multiply by" --> I created the field "Multiply by" to all equal 0.9 in the data, but whenever I place both of them together, no changes
- "Forecasted"*"Multiply by" --> Error
- "Forecasted"10% --> Error
This should be simple, the formula is pretty easy, but for some reason I can't get it to work. Can someone please help me?
Thanks!