I’m trying to run an API workflow based on an evaluated number. Basically a user enters the number of “axis” and there is a “list of numbers” element that checks to see how many axes are already created in the database and subtracts the user’s input to see how many more need created.
The “list of numbers” element is evaluating correctly so I know this workflow should run. However. the issue is that “list of numbers” by default is hidden and when I try to use the “list of numbers” value as a conditional on a workflow action it evaluates as “element currently invisible.” Why can’t I use a value from a hidden element?
I believe this is a bug because it worked when I first created this workflow action and now it doesn’t.