ComboBox Error: Invalid L-value Expression
I am trying to use a combo box to allow the user to select 1 of 5 values for report types. However, when I assign a string variable to the value of the combo box, I get the following error:
"selectReportPeriod".Invalid L-value expression. :Reference expressions cannot end with Conversion. The provided expression's type must exactly match the type T of VisualBasicReference<T> or LambdaReference<T>.
I've seen some other posts about this this issue, but after trying all they recommend I still get errors. I've tried changing the Variable Type and the only one that removes the error is 'Object'. However, this will cause errors further down the workflow.
Any suggestions on how to correct this?
-
The output param from a combo box is an Object. You're better off keeping that variable type and fixing the related issues in your workflow.
0 -
Thanks Ryan. I will fix the other issues.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare