The way we deploy from sb to prod is to have a naming convention that carries the flow's version out. For example, "The sample flow V1.0.0". When updating this flow in sb, we clone it and update it...
Tyler Lamparter thanks, just opened a support ticket and provided the link to this page. https://docs.celigo.com/hc/en-us/requests/200583
Thanks Kathyana Queeman, I was just reading that post and it's very helpful. I appreciate it.
Thanks Tyler Lamparter, could you help me find out how to try the "bulk insert" option please? please share a link to a post that explains it. For the page size, I did set it to 1 and I'm still get...
Thanks Tyler, 1. Yes 2. 3. no none of the fields are large in side nor they contain html or json blob. They all have a single small value.Thanks for helping, Cheers!
In my sql server import I'm getting this error. It's just a simple insert with 25 column names and values are being passed with handle bar. What's the solutions to this? and why is it saying my req...
Has there been an update? I have the same problem. I need to delay the flow after a lookup that creates a new account and returns the id and before an import which uses the returned id to update an...
Thanks Nate, So the import filter basically skips records that don't pass the filtering criteria, but the record will still continue travelling through the flow. I don't want that though, I need t...
I need to compare a value from the lookup result, (for example a lookup in crm that returns an id), to a value that's been traveling throughout the flow (for example an accountID that's been import...