I’m getting this error? I did put it in variables yet it’s like it can’t find it. So weird.
Any help would be greatly appreciated😊
Hi @Sara_Piana
1.You’re trying to use the ‘inputError’ variable or argument in your workflow, but it hasn’t been declared or defined. Make sure that you have created and properly declared ‘inputError’ in your workflow.
2.Check if ‘inputError’ is declared within the correct scope. Variables and arguments have scope limitations, and they need to be declared in a scope that is accessible where you’re trying to use them.
1 Like
let me know its working or not for you
It worked, thanks so much😃
1 Like
Cheers…!
@Sara_Piana
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.