I'm trying to convert array to one line statement. It has MainArray and SubArray.
Here's the Table Looks Like:
Table Name: MainArray.SubArray
| Column 0 | Column 1 |
|---|---|
| Cell R | Cell U |
| Cell C | Cell D |
Output:
"Test" : R , U "Test" : C , D
I'd tried using the recommended codes Here in the link
Here's the sample output I tried coding, I'd like to the column Permission would be single output with the same role code.