Well, I'm trying to set up a flow which changes my wallpaper based on the current weather. I'm using the HTTP get function to get my data from an xml file. It all works fine up to the moment where I try to check whether my "forecast" variable is equal to either "sunny" or "clear" (I want to use the same wallpaper for either state). If I check whether
Code: Select all
forecast == "sunny"
Code: Select all
forecast == "sunny" OR "clear"