Without any 'magic', the dynamic query looks for objects with the 3 matching fields AND for objects where the remaining 7 fields are null. This isn't what I want...the 7 other fields can be ANYTHING.
I've tried setting up the dynamic choice/query to reference formulas instead of the actual input fields, with the formulas for each of the 10 input fields saying if(isblank(A),"*",A). It didn't work...I don't think you can use wildcards for entire fields...ie, wildcards from what I read only work after the first character is provided.
Any ideas or suggestions? Thanks!
3 answers
Nice one Tim, I feel like these tricky workaround "hack jobs" are required more often than the straightforward use cases :) at least in my experience!