i am using some import & exports through the MyAPI interfaces only, so they are not part of a flow. SO in order to edit the mappings i have to add the import/export to a flow in order to edit the...
Bhavik Shah there are over 600 records at that endpoint (Postman and a celigo import flow returns this many). There is another issue that Celigo is "working" on that will return the number of rec...
Scott Henderson Thank again for the quick reply. i will covert my direct SQL call to using a RESTful API that delivers the same results. If that has an issue, i will run the issue up the flag p...
Scott, thank you for the quick response. Added pageSize to definition and still get back only 20 records. Maybe wrong place or typo? function return_POR_JobSites_Obj () { let PORObject = { "...
I was able to solve by using export.runVirtual and getting the export document and recreating the export as an object. it would still be interesting to know if using export.run to reference the ex...