Creating Dynamic JSON on basis of excel data

Hello @Pogboom

If you want to edit the Json-values with the data from your Excel file, then you can simply use an Assign activity to define the wanted vales.

Eg.:

Assign jobj_JsonObject("priceList")("id") = "1234"

Regards
Soren