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
  • 0
    Certified Lead Developer
    in reply to ihamzasadiq

    That's a nice challenge for a newcomer.

    To be able to help you, I need to understand what you already learned. So, which of the following things do you already know?

    - Store a uploaded file in a folder in Appian

    - Create a record and store data to it

    - Do all of the above in a process model

    - Calling a record type constructor to create a new data structure

    - Local variables in expressions

    - Plugins

Children