Issues with multiple knack search for records component in same scenario

Hi,

I am attempting to pull email and name information from one object in knack and then feeding that into a search on another knack object using an iterator to create an array of (searches) to complete in the second knack search component. It seems that whenever I add the search string from the iterator I end up getting empty bundles from knack. Is there a limitation on how many knack search modules are allowed or am I breaking any rules by double searching in the same scenario? Please help, I have attached my blueprint for review (email is not attached on purpose to prevent mails during testing)

Thanks!

Utilization Report.blueprint.json (400.2 KB)

I managed to figure this issue out. Posting here for other knackers who may be facing the same issue with the search module. Following the tip on the tool itself. I needed to use the column ID from the connected table record in knack as the search term and instead of searching for a name from the roles table, I needed to use the user’s record ID. Knack likes to create arrays for string values (particularly on user objects). This was not intuitive, so hopefully others can benefit from my struggles.

2 Likes

Hello @Jason_Welsh :waving_hand:

Thank you for coming back and sharing the solution!! It might help many other Makers. :hugs: