Hi Dojo,
I came across this protocol (Generic XML File Reader) which can read the content of XML file.
However, we need to click "Check" for the element to update the content from the XML file.
How can we ensure that the data in the XML file is constantly updated in the element using this protocol? TQ
Hi Ashwiny,
Since it is not possible to set a repetition period lower than one minute in the scheduler, I believe the best approach here is to update the current connector (Generic XML File Reader) to support this new feature.
In order to make it this feature generic, you could create an extra parameter that controls the update frequency. For backwards compatibility (e.g. for use cases where this feature is not required), you could add an extra toggle button parameter to enable/disable this feature.
Hope it helps.