I’ve been experimenting with UiPath Apps(VB) but still unsure what types of expressions are accepted. I noticed that not all VB syntax is accepted. Apart from the standard query operators and single line expressions, I’d like to know if lambda expressions or functions are accepted. Or if there are resources that identify expression/syntax that are accepted in VB Apps.
Lambda expressions and functions are valid
You can verify few expressions by working on it as it is difficult to ahow all expressions possible
Cheers