Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi,
I have a service, for example, GetDataTableEntries, which gets the data from the DataTable, which has around 5000 Entries.
I have another service, holdData, which has an input of infotable, which gets the data from GetDataTableEntries. GetDataTableEntries ---> holdData.
When a button is pressed, holdData just outputs the Input data as Ouptut. However, it takes around 25 to 40 Seconds, but why?
Thanks,
Impossible to say without the code.
Might be also related to your system memory.