I am using Data Connectors. I have a Poll action as well as a traditional action (ImportSimDataAction) that is tied to a UI button that my extension editor calls performDataAction on.
Both the pollAction and ImportSimDataAction call the same shared code that reads CSV files from an Azure Container and imports the csv data into a Lucid “data source” with multiple collections. For some reason, only the ImportSimDataAction use of the shared code results in the data being imported into Lucid’s data source and collections. The pollAction version runs and executes without errors, but, the data is not in the collection. Specifically, in the document's datatools, I do not see it. Only the version that starts with a user clicking on a button and calling performDataAction with ImportSimData always works.
Are there known capability differences between what can be done in "Poll" vs a regular action?
Thanks,
Dan