Passing JSON format into datastore

I'm wanting to pass json format file into a CDT and ultimately into data store using the Write to Datastore Smart Service.

What's the function I need to write as per below so that I can make this work ? Can't work out how to get from json into Dictionary or List format which seems to be required ?

  Discussion posts and replies are publicly visible

Parents Reply
  • I'm a newcomer to the Appian platform, and I need guidance on uploading a .json file using a file upload component. The goal is to incorporate the file's data into the database. Here's a sample .json format:

    {
      "page.name" : "Home page",
      "page.nav.title" : "Appian community",
      "page.nav.button" : "Discuss"
    }

    Could you provide a concise explanation on how can I go about achieving this task?

Children