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
The VB expression editor with intellisense does not seem to work.
As shown in image https://ibb.co/6rb8cjH, I create a new Custom (VB Intellisense ExpressionEditor) workflow and add Argument of type String. I add an Assign activity for a = a.SubString(0, 2), but no completions are displayed for a.SubString.
The text was updated successfully, but these errors were encountered:
The VB expression editor with intellisense does not seem to work.
As shown in image https://ibb.co/6rb8cjH, I create a new Custom (VB Intellisense ExpressionEditor) workflow and add Argument of type String. I add an Assign activity for a = a.SubString(0, 2), but no completions are displayed for a.SubString.
The text was updated successfully, but these errors were encountered: