Forum Discussion
jams_k8
Apr 11, 2023Copper Contributor
Logic app boolean is being automatically set as True
Hi, I am having a strange issue in my logic app and was wondering if anyone had any ideas about what is going on. The goal of my logic app is to add machine tags to our devices for Department, Subdep...
jams_k8
Apr 11, 2023Copper Contributor
FYI - these are the contents of this section:
GBushey
Apr 17, 2023Former Employee
I would post this to a Logic App group where you could get better responses.
- JonhedApr 18, 2023Iron Contributor
jams_k8
I would switch to the code view and look at the code for the expressions.I have seen situations where you set an expression in the GUI, such as "variable contains xyz", but when switching to the code view, the code itself says "variable contains <nothing>".
In this case, I was able to fix it by editing the code. (ie adding the "xyz" in the above example"
May or may not be related to what you are seeing, but might be worth checking.