Invalid L-value expression.:Reference expressions cannot end with Conversion. The provided expression’s type must exactly match the type T of VisualBasicReference or LambdaReference.
When I assign string variable for the 1st time to Get Text activity after dragging it in the sequence it will accept output as string only and if I assign genericValue for the first time to Get Text as output variable type then it will not accept string.
Delete the steps with getText and messageBox from the “Do” sequence
Select the “Do” Sequence (as a visual indicator that the right window is selected, you will see it with a different border - also i’ve attached a picture at the bottom)
Click on Create variable → name it returnText (do not change anything else)
add the messageBox widget
add the getText widget between the clickAccept widget and messageBox widget
proceed as instructed in the video and complete the getText actions (now you should also have autocomplete in the Value text on the right side of the screen
proceed as instructed in the video for the message box widget (now you should also have autocomplete for the part after the +)
I don’t understand this framework completely but doing the exact above steps fixed the problem for me. I encountered all the issues mentioned above while trying something different as suggested by the other members. Maybe it’s a bug in the framework