Hi,
I have an API that has an output that looks like below. can anyone suggest to me how to add data to the database without changing any output from the API?
Discussion posts and replies are publicly visible
This seems to be a deeply nested self-referencing structure. You will have to analyze the structure and turn it into a data model that you can store in a relational database. Appian is moving towards Records and suggest to not use CDTs for any new developments.