Save the HTML result of an API to Github

Hey, I have an API returning the contents of an HTML signature that I’d like to save to Github. I tried to make a workflow using this template but I can’t seem to be able to loop the workflow over all the signatures.
Any clues?

The signature variable value looks like something like this:

{
    "signature": "HTML encoded content"
}

Hey @Loan_J,

You have 2 split in batches loops going on which can confuse things sometimes, Can you not go from the http request node directly to the Github not and cut out a lot of the other parts?

Hey,
Thanks for the answer, seems like I was just confused and your reply helped me understand my mistake in my workflow :stuck_out_tongue:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.