I'm looking to copy the entries on a list to a table every X seconds so that I can later make stats on those entries.
I know how to create a loop in a process flow that reads a custom code every X seconds and I know how to write to a table.
What I'm missing is the command to read the list content.
Thanks,