Hey @Dave_Martin!
So everything you’re seeing is working as intended.
The true number value of your Due
field is in fact 51.900000000000006
.
Airtable is just formatting that number value into a currency format, which brings it down to the 51.90
that you’re seeing.
All things considered, the solution is pretty simple.
I dusted off Zapier and popped it open to play around with the problem you’ve been having.
Add a new action using the Formatter.
You’ll want to use the Format Currency transform action under the Number category.
Input your Due
value, and then set the formatting you’d like to have Zapier output to Craftmypdf.
That should force the formatting to remain in a currency format of your choice.
Lemme know if I’m missing something or if you have any questions about what’s happening.
@Dave_Martin Your actual value is the one that you are seeing in Zapier. If you don’t want to see that value, then just use the ROUND() function in an Airtable formula field to round the value to however many decimal points that you want (presumably 2). Then send that formula field to Zapier instead.
Hey @Dave_Martin!
So everything you’re seeing is working as intended.
The true number value of your Due
field is in fact 51.900000000000006
.
Airtable is just formatting that number value into a currency format, which brings it down to the 51.90
that you’re seeing.
All things considered, the solution is pretty simple.
I dusted off Zapier and popped it open to play around with the problem you’ve been having.
Add a new action using the Formatter.
You’ll want to use the Format Currency transform action under the Number category.
Input your Due
value, and then set the formatting you’d like to have Zapier output to Craftmypdf.
That should force the formatting to remain in a currency format of your choice.
Lemme know if I’m missing something or if you have any questions about what’s happening.
Wonderful, thanks for your help. Can’t fathom how I arrived at 51.900000000000006 but nice easy fix
@Dave_Martin Your actual value is the one that you are seeing in Zapier. If you don’t want to see that value, then just use the ROUND() function in an Airtable formula field to round the value to however many decimal points that you want (presumably 2). Then send that formula field to Zapier instead.
Thanks, Scott :thumbs_up: :thumbs_up: :thumbs_up: :thumbs_up: