Hi All,
I have few flows where I realized that all flows we use Return Response to Flow having Boolean value becomes blank suddenly.
Find the image below which I found when I opened the Flow to inspect the issue.
The Boolean value as True and False is not there.
Any idea what went wrong here?
Thanks
Thanks @Expiscornovus for your update.
I am currently using string value as output. I hope this would do the job as I didn't see this blank as of yet.
If there's any issue over here then I'll move to bool again.
Thanks
Hi @Ethan_R,
I don't know the root cause of this, but I have seen similar behaviour with the true function in the past. Especially within my check for empty condition actions. That's why I usually prefer the length is equal to 0 approach.
That being said. I would just enter your boolean again. If it becomes a structural issue you might want to try the bool function instead.
You could use this for true as workaround 😁
bool(1)