Input Reference Selector

1
I am using the input reference selector and was wondering how to use the on not found microflow. What i want to do is if the users input is not in the database to then add it to the database. I am confused as to how i retrieve the text input on the reference selector. At the moment i have a parent content item and then want to select a manufacturer. The widget passes a content item to the microflow. But i am unsure how to get the text input which is needed to create a new item. Thanks Simon
asked
1 answers
1

The parent object contains the reference to the manufacturer already created. All you need to do in the mf is commit the object.

answered