Hi all,
I am looking for best approach to execute workflow below several times per day. There are two big tables (connection via FDA !!!) . Table AUDIT contains IDs and timestamp of records in CORE table which are modified. Let's say workflow will start every 30 minutes and we need to fetch data from CORE which is modified after last execution of workflow.
Is there any better way to optimize fetching data from these tables via FDA in general?
Thanks in advance.
Regards,
Milan
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Milan,
You can join them using the Add a linked table option on the ID
Then in Edit query you can pass an option like this
Thanks,
Saikat
Views
Replies
Total Likes
Hi Milan,
You can join them using the Add a linked table option on the ID
Then in Edit query you can pass an option like this
Thanks,
Saikat
Views
Replies
Total Likes
Hi Saikat,
works perfectly
Regards,
Milan
Views
Replies
Total Likes