That makes perfect sense. Thanks so much for the help and quick response!
I’m still getting the same error with both of those options.It looks like the if handlebar statement is the one that makes the most sense. However, with that statement, it is still sending one fin...
I think this is the final issue I'm having… I'm having trouble figuring out how to tell the flow that the last page has been received from the source application.The last response looks like this:...
Tyler Lamparter - Thank you! That is exactly what I needed. I had to add another {} around what you sent to get the decoded version, but that worked.Matt Graney - The app I am exporting from is S...
Tyler Lamparter - Thank you for the suggestion. That worked to get all 20 records into SQL for this example. The next problem is that the export requires pagination (something I hadn't gotten wor...
I am attempting to do my first connection to SQL server and bulk insert data from pages of records out of a source system. I have successfully connected and it is inserting the first record out of...
Perfect, thanks again!
Thank you, that helped me get what I needed. In the flow example you sent, how did you get the sample data at the exact spot you wanted (the postSubmit input)?
In the example below, there is a filter on the import that excludes certain records. I was attempting to add a hook inside the import (I used postSubmit) to determine whether the record passed thr...
I understand now and that worked. Thank you for the quick response!