सत्यमेव जयते
Hey Nathan!Thanks for reaching out on the community. This article explains how to configure an oauth2 connection in integrator.io. The details required by integrator.io can be found on this xero's ...
If you want to use dateAdd, check this comment by Stephen Brandt on how to nest them together.
Hey Vamshi, try this working mapping configuration and let us know if it works.
Hi Dibyojyoti, For an FTP export, you can group rows together. Example: Before: { "page_of_records": [ { "record": { "Column0": "US", "Column1": "CA", "Column2": "2" ...
Hi Alexander,You can make a PUT call by changing the "disabled" field to true. Example: PUT https://api.integrator.io/v1/flows/<yourFlowId>{ "_id": "<yourFLowId>", "lastModified": "2022-08-30T05:...
Hi Hristina, As Niranjan as mentioned, we cannot solve this issue using just handlebars. Here's another workaround which might be helpful: Handlebars Template: { "id": {{id}}, "customer_id": ...
Hi Swapnil, The handlebar expression seems to be working only for body level fields and not for line level fields. I suggest you to configure a simple preMap hook script which generates 2 fields (d...
Hi Swapnil, For Line: Credit, as you suspected, it's failing because you're using multiply and compare together. I suggest you try this expression - "set 0 if value is positive, set abs(value) if v...
Hi Rhys, The Count Detail field, as we can see is a subrecord, and currently we do not support mapping for fields on this subrecord. Thanks for letting us know about this, it'll be fixed in one of ...
Hi Rhys, I understand that some fields are missing in the mapping drop-down list of "inventory count" record. This is a list of all standard fields available on that record type. Can you please ref...