Split EnumList - Selected Item per Row

I asked ChatGPT for a solution, I need to split an enumlist and add each selection to a new row. It got quite close but the solution adds each selection to a new column instead of a row. The solution is below, would any of the 'Human' gurus take a look and suggest a change so it returns what I need. I've been on this all week ...

Many Thanks

MM_Group_0-1704392058599.png

MM_Group_1-1704392077476.png

 

 

0 4 146
4 REPLIES 4

Great, so I got this to work. The Control table is the same as the target table. Which means the untouched result from the EnumList still exists in the first row. Quaestion is how do I remove that row:

MM_Group_0-1704465416690.png

 

Hey,
like this:
DeleteSourceRec.png

Slightly different as I have to call the group action later in a form save event, so i have to loop through the records and only select the row where [JobID] = [JobID and the enumlist is not blank:

SELECT(Ticksheet[ID], AND([JobID] = [_THISROW].[JobID], ISNOTBLANK([Other Description])))

 

MM_Group_0-1704479452857.png

It's taken some doing.... but thanks

Top Labels in this Space