Hi All,
Final Update:
Python Script in the Ignition PC C:\ (this connects to an external API and saves the returned JSON file to C:\ again.
Added a Project Script that System.Util.Execut() the above Python script, reads the saved file, converts it to a database while removing some unwanted columns and writes the resultant dataset to an Ignition Tag.
A button on the page will then call the Project Script to execute. So far works fine.
Now need to add scheduled trigger.
However, the received date time format is ISO8601, like, "2024-03-20T23:00:00Z"., which is not supported. Will start a new topic.
Cheers.