Hi there - am new to Zapier but so far very impressed.
I'm trying to take some numerical values from a Formidable form, add them together and then update a row in a mySQL table with that calculated value.
For instance, I have four fields submitted from Formidable (field IDs 50, 53, 52, 51) which will each have a value between 0 and 100.
I want to add those value together arithmetically hence the update value in the attachment.
Is it possible even for the “update value” field in my Zap to contain arithmetic functions? something like
=50+51+52+53
I’ve tried various things but it’s simply treating it as a string which is producing some odd results when the field I’m trying to update is an int field.
is this possible to do, or am asking the impossible?
Thanks a lot.