I don’t if this is a bug or intended but i’ll make a post just incase.
I have a flow that i changed the trigger on from dropdown select to modal submit & in the first block of the flow it uses the dropdown ID variable from the trigger. Now i expected it to turn red as i didn’t think the variable existed now that i’d changed the trigger the variable is from but it still displays the same (blue).
I’m wondering if this is intentional or a bug.
Screenshot as example:
Sorry, i did look for any other posts about this but couldn’t find any probably because i didn’t use the right words. I would still like to know if this is intentional or not though.
This is not intentional. Unlike for blocks, the frontend currently doesn’t get the list of all available trigger outputs, so trigger variables are always assumed to be correct and are rendered in blue. It will be fixed.
As I’m sure you’re aware but for the benefit of anyone else stumbling on this in the future, invalid variables still won’t work, this is just a visual issue.
I’m also planning a proper UI to show a list of invalid variables to more easily fix them. Coming soon
Closing this just to prevent there from being duplicates.