Can anyone show a few examples, how I can access Variables from AppState in a CustomAction / CustomFunction ?
E.g. I have a DataType "Database" with field "Id"
And a DataType "Databases" with Field "Databases" which is a List<Database>
How can I create this structure by calling a CustomAction ?