Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Processing EnumList output

I have a classroom walkthrough form with various EnumList fields on it, so now I have data where various columns contain multiple entries.

email_observedInstDelAssessLearnLearn_EnvProf_KnowDef_Learning
demo1@school.com2,3,48,11132330,31,33
demo2@school.com1,2,38,9,10,1114,1523,24,25,26,2731,32,36
demo3@school.com2,4,56,7,101522,23,2431,35,40
demo2@school.com1,4,56,8,91424,2531,33,40
demo1@school.com1,3,48,913 , 1524,2530,31,36

What I need to do is separate out those EnumList responses into individual columns, so that I can reconnect them to the corresponding statements, then provide people with graphs, lists, etc

So, ideally (I think) I would have an output like this below, which I achieved in Sheets using SPLIT() & FLATTEN(), or even the next step which would be to split & flatten this again to create a data set with 3 columns (email, strand, criterion)

demo1@school.comInstDel234  
demo1@school.comAssessLearn811   
demo1@school.comLearn_Env13    
demo1@school.comProf_Know23    
demo1@school.comDef_Learning303133  
demo2@school.comInstDel123  
demo2@school.comAssessLearn891011 
demo2@school.comLearn_Env1415   
demo2@school.comProf_Know2324252627
demo2@school.comDef_Learning313236  
demo3@school.comInstDel245  
demo3@school.comAssessLearn6710  

So, my question is whether this is achievable directly as an output from AppSheet, or do I need to process the data through Sheets as I have demoed here?

0 4 143
4 REPLIES 4
Top Labels in this Space