Grandhi Mounica you'd need to use SQL syntax that MySQL supports: https://dev.mysql.com/doc/refman/5.7/en/insert-on-duplicate.html https://docs.aws.amazon.com/dms/latest/sql-server-to-aurora-mysql...
Grandhi Mounica any of the options where you write your own query support update/insert by using your system's merge operation. In MySQL's case, it would be something like this: https://dev.mysql.c...
Neigel Yap you're probably in standalone flows. This only works when in a dedicated integration tile and not in standalone flows.
Josh Braun yeah you can use HTTP connector or the integrator.io connector. In the post body of the import step, you would just put something like {{{record.xml}}} where the xml field is the xml tex...
Josh Braun correct. It's not the prettiest, but should get the job done. FYI: we've added these enhancements to the backlog of ideas (support XML for JSRT functions and allow other JS libraries th...
Josh Braun it looks like XML isn't supported in the JSRT functions, but the IO listener does accept XML data to it. So as a work around, you could: Flow 1: Main flow that gets an error Flow 2: this...
To fix this for other flows, like inventory flows and fulfillment flows, change the relative uri on the export step to: /v1/flows?externalId=walmart_netsuite_pricing_export_flow&externalId=walmart_...
Aryan Srivastava are you sending the example post body? { "records":[ {"amount":1000} ] }
George Heckard you'll have to follow the guide on their website: https://developer.paylocity.com/integrations/docs/getting-started. If I remember right, you had to email service@paylocity.com to re...
Sam Eaton the field you mapped to "how to find existing records" on the import config is probably empty or null?