Multi-Select search-show from BAQ search-value-set

This place is awesome and helpful, so I was able to get the search to pull up correctly. But I’m now trying to have the results (multi) get set correctly. Does the search-value-set widget work with BAQ results at this point? I saw mention that it might not. And I’m not clear on the alternative suggested here: Multi Field Bindings - Search-Value-Set

Anyone have more guidance in this scenario?

Here is the setup and result.



What are your Parameters under the search-value-set?

Hi David, I believe that’s in the first image, no?

Sorry, I got pulled away… and then I was reading the other post you linked above.

If that post is correct (and @hmwillett is ALWAYS correct :star_struck:)… since you’re using a BAQ Search, I think you need to move off of the search-value-set and switch to the dataview-filter-set.

I don’t know if you need a separate no-trigger event the dataview-condition can then iterate with a dataview-filter-set & row-update?

OR… the data-view condition allows for “OnMultipleMatch”… so you might be able to add your dataview-filter-set and row-update after that… so your event would look like this:

I haven’t done this before, so I don’t want to walk you down the wrong path and waste a lot of time. Hopefully someone else can chime in on this one.

Interesting direction to head, anyone familiar with this, or have a working example?

Still could use help with this. I’ve got a ticket open at this point, but could use a working example of a Multi-select from BAQ that writes back multiple results correctly. Thanks in advance!

Were you able to make an attempt using dataview-filter-set? What questions do you have?