Forum Discussion

jhagist's avatar
jhagist
New Contributor III
8 years ago
Solved

Rest API Test For Completion

I have a pattern where I run a REST POST api call and then need to run a REST GET to see if the request has completed. I need to somehow loop back to run the REST GET again if it isn’t done. Recom...
  • jhagist's avatar
    7 years ago

    Incredible. It was right in front of me all along. 😎

    So here are the pictures.

    This is the API response. (in this case I need status = success. It tells me I can go get the data)

    This is how I set up the Rest GET Snap. I have Has next set to try again if status <> success.

    Hopefully this won’t be as painful for you as it was for me!!