Hopefully created in correct category.
I’m building a flow using the HTTP Request app.
What I want to achieve is doing a HTTP GET and build a condition flow based on the HTTP status codes (like 200 or 404).
First hurdle:
I’m using the HTTP Request app and I’m using the card “HTTP request flow cards” GET
In the “Text” field I have:
“http://www.(myTag).com” (my tag is, let’s say “Google”)
When testing this, I’m getting:
“Missing Tag in flow card”
I’m using a string variable in Better Logic for the tag, which has the value of “Google”.
I have also tried just the whole URL: http://www.google.com
But same error.
If I can get this to work, I would like to use a condition, based on the HTTP status code to determine the next step.
Does anyone have a sample HTTP Request flow with something similar I can look at?
I’ve search this forum and I did find a number of examples, the majority were POST and interacting with JSON.
Thanks!