I try to figure out a way to convert a JSON into a gallery. So far it works well on everything that is text but I have some values with choices and I can't figure out how to display that information in my gallery.
I can easily display the NomPrenom value with this formula on a text label inside my gallery :
ThisItem.Value.NomPrenom
The problem is I couldn't find any tutorial that shows how to concatenate the values from the Formations table and display them in a single text string.
The reasons why I use ";" instead of "," is because this is the french version of power apps and I can't switch it back to english.
Like I said, it works fine for
So I tried ThisItem.Value.Formations just in case but it doesn't work either... Any ideas why it works for you but not me?
I should mention your formula works if I apply it on the Sharepoint List data but it doesn't when I convert a textbox's JSON with the Table(ParseJSON(TextInput1.Text)) formula...
if my reply helped please mark as verified answer,
cheers
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.