I have an api with a response as a JSON. I store it in my app data as JSON.
JSON structure:
In FF I want to conditionally check if the role property is moderator. But I can't input my own string, as it expects a JSON. Image bellow:
If I invert the condition it works, but I also need to use the 'Text Combination' function and only write there one word. But this approach is weird... I was able to do it this way:
Any ideas?