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>>
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
3 |