"variable is not defined", but it exists
I try to access a user variable in a "Step Input" of a "Send POST Request (http)" action.
To reproduce (also see screenshots):
1. Create a user variable (
u/USER/test), not a secret.2. Create new flow with "Send POST Request (http)" action.
3. Add
${variable('u/USER/test')} in the Step Input "url".4. Press "Re-evaluate input step" in tab "Test this step".
5. Error message "Error evaluating url: variable is not defined" appears.
I didn't find any example in the documentation, how to use variables inside Step Inputs.
Just putting text directly into the input field "url" or using
flow_input does work.Actual username in text and screenshots was replaced.



