Hello!
I have a list of elements [a, b, c] and i need to obtain an jobject/dictionary/smth with key-value to look like:
{
“letters” : [a, b, c];
}
I want to add a “key”/“label” to the list. Is this possible?
Hello!
I have a list of elements [a, b, c] and i need to obtain an jobject/dictionary/smth with key-value to look like:
{
“letters” : [a, b, c];
}
I want to add a “key”/“label” to the list. Is this possible?
Please find the attached xaml file, i developed a project as per your requirement in Json
test2.xaml (7.0 KB)
Hope its solves your issue
Thanks
Robin