Forum Discussion
Please find the attached sample pipeline:
str_replace_2022_02_06.slp (6.1 KB)
I am converting the string to array, and use the splice method in order to replace some particular character by index.
This is one of the solutions, and for sure there are another ways for accomplishing this, but I hope this helps.
Regards,
Spiro Taleski
There is not iteration capability within the SOAP Snap, so here’s an idea:
Turn your SOAP request into a triggered pipeline, which you call from a pipeline with the REST Snap. For each request that responds with processing, use that to set the “Has Next” option, and the REST GET Snap will iterate for you. In the “host” pipeline you may want to filter out the responses with Processing by adding a filter Snap.
Would that work for you?
Related Content
- 2 years ago
- 4 years ago
- 3 years ago
- 2 years ago