Create multiple rows from a single enumlist using webhook

Hello there,

I want to create multiple rows from an EnumList of a single record using webhook. I tried this method long ago in which there has to be some dummy records available in main table. Can someone help me if I don't want dummy records?

Here is the expression I am using:

<<Start: TOP(ORDERBY(Inspections[ID],[_ROWNUMBER], FALSE), COUNT([_THISROW].[List]))>>
{
"ID": "<<UNIQUEID()>>",
"Question": "<<INDEX([_THISROW].[List], [_ROWNUMBER] - 1)>>",
"Date": "<<[_THISROW].[Date]>>",
"Shift": "<<[_THISROW].[Shift]>>",
"PID": "<<[_THISROW].[ID]>>"
},
<<End>>

0 3 177
3 REPLIES 3
Top Labels in this Space