सत्यमेव जयते
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...
Hi Rhys, glad to hear that you're able to get it to work. May I know what error were you facing with component[*].item, because I'm fairly certain that it is not a typo.