Can a LogicBlock Dynamically Open a Modal on the UI?

Hello,

Is it possible for a logic block to dynamically open a modal or a mini app under certain conditions?
For this use case, we want an IF X occurs → THEN open a modal mini app populated with X values for a user to select that value for it to populate a field on the UI. Is this something that is a possibility within NW?

The Queue App Link logic block action combined with appropriate data mappings I think could achieve what you’re looking for. See release note RN-25.1-[Nextbot]-5126:

I’ve realized that if I do this though is there any way to bring the value from the mini app back to the original calling app?

Base App → Field is color Blue. Blue field is chosen. LogicBlock runs and launches mini app.

Mini App → Has selection of 3 different materials - shirts, pants, or hats. User selects hats.

Base App → Should now show the Hat Selection that was made on the mini app in the base application. Is this possible?