I am working with exporting data in OutSystems and would appreciate some help with it.
Detailed description:
I have data in an entity in my application.
When the user is logged in (for example user is a borrower or co-borrower) , when the user clicks on an export button, then all the data for the logged in user id should be exported into a text file.
How do you get the user id in OutSystems.
So I want store data from an entity to structure, and export that data into a text file (in binary format) for the logged in user id.