Sachin Goud Godishela Software Engineer
सत्यमेव जयते
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 3
- Subscriptions 11
Comments
Recent activity by Sachin Goud Godishela-
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.
-
Hi Rhys, I've attached an example import configuration's screenshots to create an assembly build from assembly item. Please go through it and try similar for your import and do let us know if you n...
-
Hi A Arora It is not possible to use the parent level field for inventory details sub-record mapping. However, you can configure a preMap hook to copy the required parent level fields to line_items...