Hi @Haufe ,
I could not reproduce your issue on my side. Please check if the Collection1 that you initialized in your app is populated with proper values after you click the Button.
Please go to File-> Collections, then check if the Collection1 variable that you initialized within your app is populated with proper values. If not, please consider re-create a new connection to your Table data source, then try your formula again, check if the issue is solved.
In addition, please consider take a try to add a Label control in your app, set the Text property to following:
Collection1.RE
check if Label could display proper value.
You could also consider use Gallery to display your record instead of using Data Table control. The screenshot as below:
On your side, please set the Items property of the Gallery to following:
Collection1
If the issue still exists, please consider take a try to re-create a new app, try your formula again, check if the issue still exists.
Best regards,