Hi,
My http activity is providing the below as output:
{
“d”: {
“results”: [ ]
}
}
I want to throw an error when such a response has occurred, for which in the flow decision I was sending the following command:
String.Isnullorempty(outofhttp)
however, as you can see my output of http is not exactly null or empty so the flow decision sends it to true. But I want the flow to go to false.
Please let me know what command should I enter in flow decision.