How can I use one key value from a rest API call in an Dropdown or reference selector?

0
I have a Non-persistable entity in my domain model and all the attribute values are coming from an api call. Now  I have another entity which is Presistable  and storing the documents of one of the Non-presistable attributes. I want that attribute in my add new form which saves the document in Persistable entity and I want that attribute in the form of dropdown or reference selector in the form.
asked
1 answers
2

Hey Vishal,

You can make a 1-* association between the Persistent and NPE and that way, you can make it appear like a dropdown, you can use the REST call in the selectable object microflow,

 

Let me know if you have any issues,

Hope it helps!

answered