Skip to main content
manavik105
March 15, 2026
Question

How to convert list of data/dictionary to json data

  • March 15, 2026
  • 4 replies
  • 0 views

Hi All, I'm trying to pass Json type data input (which is a rule from my interface sending it to process model via start process) to JsonToExcel Smart Service. I need the output format as below. Please advise.

expected sample output format - = "[{ ""startPublicationDate"": ""2021-09-05"",""endPublicationDate"": ""2021-09-05""   }]"

The challenge I see here is my rule has nested rules inside it and output is a list of dictionary. 

4 replies

revathis772076
March 16, 2026

Try a!toJson to convert json.

stefanhelzle0001
March 16, 2026

Did you test a!toJson? If yes, do you see any issues?

nandhakums961772
March 18, 2026

Hi Dusty, I see you already posted a similar question. Please do refer to that.

Thread Link: https://community.appian.com/discussions/f/process/40278/how-to-convert-below-rule-data-to-json-data