Hi, fairly new to appian and I'm trying to use type! to get the type value of a string array. I'm currently using typeof({"A", "B"}) which is working, but seems very clunky. I'm sure there's a better way. Any help? Thanks!
Discussion posts and replies are publicly visible
a!listType(type!Text)
Similarly, 'type!Text?list'