Append to String Issue

Jeffrey Gimongala 1 Reputation point
2021-03-09T20:20:03.11+00:00

I am trying to make Adaptive Card Message Dynamically.
I am trying to append each of these values to a string variable X

----------

[
"phoneNum":"54654564564",
"email":"testing@testing .com",
"ageLevel":"Toddlers",
"schoolGrade":"",
"booksCategories":"",
"location":"Country Hills Library",
"numTitle":"",
"titleTypes":"",
"materialType":"",
"subjInterest":"",
"pastBook":"",
"numBookBags":1",
"bookBagTheme1":"Things That Go",
"bookBagTheme2":"",
"bookBagTheme3":"",
"bookBagTheme4":"",
"comments":"test",
"isSubmittig":false",
"wasSubmitted":false"
]

----------

So I used the Append to String Variable

75975-image.png
My problem is, the final value of the string variable X is shuffled:

---------

[
"email":"testing@testing .com",
"phoneNum":"54654564564",
"isSubmittig":false",
"subjInterest":"",
"ageLevel":"Toddlers",
"schoolGrade":"",
"booksCategories":"",
"location":"Country Hills Library",
"numTitle":"",
"bookBagTheme4":"",
"titleTypes":"",
"bookBagTheme3":"",
"materialType":"",
"bookBagTheme2":"",
"pastBook":"",
"numBookBags":1",
"bookBagTheme1":"Things That Go",
"comments":"test",
"wasSubmitted":false"
]

----------

Please help, I have tried doing this in Flow but did not encounter this issue.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,855 questions
{count} votes