How to parse a JSON and then write the JSON data to database

Hi,

How can I parse a JSON (e.g. from Webhook) and then write the JSON data to database (e.g. SQL Server)?

Thanks.

Anderson

Hey @anderson.wong,

This example workflow submitted by @dickhoning will take webhook data and save it to a spreadsheet file which is close to what you are doing. It should just be a case of swapping out the spreadsheet file node for a database node.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.