Reference Selector

0
Hi everyone, I am using a reference selector in my project.So I want to set the value in that using a microflow call.Would it be possible to do with help of microflow.Please suggest me a way to accomplish that? Thanks
asked
1 answers
2

you can make use of the event handler "after create" on the entity to set the reference using a microflow in case you're using the standard "new" button.

Or you can set the reference within the "new" microflow after you created the entity and before you show the new form.

answered