You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for bringing this to our attention. Based on the context provided, it appears there is a typo in the C# expression example in the documentation. The correct syntax should indeed use Variables instead of Variable when accessing a workflow variable.
The correct example should be:
Variables.Get("MyVariable")
instead of:
Variable.Get("MyVariable")
I will forward this to the documentation team to correct the example in the documentation. Thank you for helping us improve the accuracy of our documentation.
Description
An error in example of c# expression in documentation.
it should be Variables.
The text was updated successfully, but these errors were encountered: