Parse JSON and create record
Hi,i want to create new records in table when the api is triggered. My payload is of following format: { "TaskNum":"1", "TaskName":"ABC", "Link":"https://www.google.com/", "Data1":{ "Type":"T1", "Priority":1, "Date":"4-11-2022" ...

