Hi there,
I’m trying to set up an import of orders from a Billetto event to a project in FreeAgent.
My set up is as follows:
- Grab details from billetto every time an order is completed.
- Convert the order value, which is pulled from billetto as text, to a number.
- Divide said number by 100 to convert from pence to pounds.
- Create task in FreeAgent project.
My issue is that step 4 is not recognising the output of step 3 as a number.
I get an error telling me that the value I’m trying to put in to the billing rate field in FreeAgent is not a number.
Is this something that anyone else has done before? Any tips on how to get it working?
Thanks!