User bio
404 bio not found
Maine, USA
Member since Feb 18, 2016
Posts:
Replies:
You can do this by creating a collection object in a code block, and iterate over the comma-separated string to populate it:
Set tArray = ##class(%ArrayOfDataTypes).%New()
For i = 1:1:$LENGTH(LookupVal,",")
{
Do tArray.SetAt($PIECE(LookupVal,",",i),i)
}
You can now iterate over the collection variable in the for each action:
Seems like the operation isn't working as it should; you may want to take this up with the WRC.
Certifications & Credly badges:



Global Masters badges:







Followers:
Following:
A couple of thoughts ...