Hey, this is probably a simple question, but I’m tired and have been looking at this for too long. There has to be a simple way to do this. I have a url as an output from one step, which is an input for another. It looks something like this:
I parse that with a split for results, then send that to a sort. I then split in a different node the next_url so that I can pull the next record, but if I try to send it to an HTTP Request node it fails becuae I have the url and the parameter in one line. I need to break out the cursor.
If I understand correctly, you could send the next_url through a Code node and cut off the unnecessary part before sending it to the HTTP Request (or you can do it in the HTTP Request node with an expression.