Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Jan 12, 2023 10:27 AM
I'm creating an automation in Airtable where the info from each stripe payment comes though. The price comes in without decimals, so I thought it would be easy to add a conditional action that is there isn't a '.' in the dynamic object I could just add it within the automation, but ... its seems to be out of my comfort zone.
Is there a Script that someone has to do this? or another workaround?
Solved! Go to Solution.
Jan 16, 2023 01:00 PM
Jan 15, 2023 11:56 PM
Hm, what're you doing with the output after that? Could you use a formula field and just do a `{Number from Stripe} & ".00"` or something?
Jan 16, 2023 07:17 AM
No .... cause if the payment was 45.95. Stripe imports it as 4995, then it'll be 4,995.00. There must be a regex thing for this.
Jan 16, 2023 12:14 PM
I'm trying to use the formulas for this ... but ...
I'm not good at it. Does this make sense?
Jan 16, 2023 01:00 PM
This worked, if someone ever needs it: