How can i use non-persistent entity retrieved by API in drop-down

0
I call API to get Customer List as a non-persistent entity. How can I list attribute "Customer" in a drop-down ?
asked
1 answers
0

You can make a relation with the main entity and once you retrieve from the API you can change the main object and make refresh

answered