Looking for a solution to access and display specific elements from a JSON object containing multiple JSON objects.
The elements needed are: 1) CampaignName 2) Start date 3) End date
An attempt has been made with code that resulted in an error displayed on the browser console, preventing the items from being shown.
The error message shown on the browser console is:
It seems like there may be an issue with correctly accessing the elements. Any suggestions on how to do it correctly?