How to copy the attributes of an Entity out

0
Hi, I have an non-persistant Entity with hundreds of attributes, how can I copy the bunch of attributes just to clipboard for something else, since it’s really a huge work to type one by one.
asked
1 answers
0

Use JavaScript to copy data to clipboard? Does this widget fit for you? https://marketplace.mendix.com/link/component/2773

If you have so many attributes: it can be useful for increasing performance and making it easier to use flatten data in your pages. Otherwise, I would suggest to use more readable entities.

answered