hi,
i have an http agent item that does an API request to a external server.
The result is correct that I get from the item:
{"data":[],"pagination":{"nextCursor":null,"totalItems":0 }}
Now I want to create a trigger if the following value changes to anything higher than 1
"totalItems":0
but I can't seem to figure it out
i have an http agent item that does an API request to a external server.
The result is correct that I get from the item:
{"data":[],"pagination":{"nextCursor":null,"totalItems":0 }}
Now I want to create a trigger if the following value changes to anything higher than 1
"totalItems":0
but I can't seem to figure it out

Comment