Hi, I couldn't find this information anywhere and was wondering if or how often do the Data Sources sync?
I know we can manually Refresh them but I was wondering if they were on a schedule like the licenses are?
Thanks!
Hi, I couldn't find this information anywhere and was wondering if or how often do the Data Sources sync?
I know we can manually Refresh them but I was wondering if they were on a schedule like the licenses are?
Thanks!
To clarify, the lookup data itself is not "synced" at all with Forms; when a data source (e.g. external database) is added, Forms "becomes aware of" all of the tables, stored procedures, etc. that belong to the data source at that time. Refreshing a data source updates this internal list of the tables and stored procedures.
So if a table is used in a lookup rule, and you add data to that table, you don't need to refresh the data source. However if you add a table to an existing data source, you will need to refresh the data source before you can use that table in a lookup rule.
Hope this clears things up!
I see, that makes perfect sense! Thank you!!
That is a fantastic error, I recently created a process for users to update their own DB tables by uploading a CSV which runs a workflow that in turn runs a stored procedure to update the table. I was hoping I wouldn't have to refresh the data source which would prevent this automation from actually working as designed. But your answer clarifies my question as well!
Thanks!