Question
Service Delay in Just Outputting the input data as Output
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,

