dcolley / integromat-facebook-support

0 stars 0 forks source link

Hi there! I'm trying to set a looooong constant number to a Zoho Books Crea... #97

Open dcolley opened 3 years ago

dcolley commented 3 years ago

Source: copied from https://www.facebook.com/groups/integromat/permalink/3971757172934886/

Hi there! I'm trying to set a looooong constant number to a Zoho Books Create Estimate module, as an index to target a custom field. The number I'm supposed to pass is actually too long, so that if I provide it as a plain number, it'll be rounded before getting sent. That's a known javascript limitation, and the workaround is to turn the number into a string. Unfortunately, I can't provide it as toString(90878097896378963) either, since once saved, it'll be rounded as well! Even composing a string with the value won't work: the field module seems to make the value wrong, whatever the method Any idea of a syntax, or method to provide this value here?