Query Not Getting the Most Recent Data
Descriptions:
We have two library functions involved in this process:
- Library 1: processes the information gathered and updates the data table.
- Library 2: Retrieves the information from a query, trying to get the data from the table updated from the library 1.
Both libraries are called sequentially within the same action.
Situation:
When running the second library after the first one, the data retrieved appears to be outdated, it does not reflect the most recent updates made by Library 1. Even though the first library completes successfully and updates the information, the second library still fetches the old data version.
We have attempted multiple approaches:
Tagged:
0