I seem to be stuck…
I created an app in App Studio(in Automation Cloud), chose VB as expression language(not legacy). I’m trying to add a dropdown containing a list of options.
The documentation states that for the list source ‘Valid data types include arrays of String, Integer…etc.’.
So i created an Array of String(Text) app variable and tried using that as List source and it doesn’t work.
The expression editor for List source has ‘ListSource(of T)/ Fetch’ as expected type, so i cannot simply use the array i created. Screenshot attached.