Hello, Power Apps gurus!
I have been struggling to get this one sorted out. I have a SP List with users assigned to distinct job numbers. My requirement is to Filter that SP List by a dynamic set of job numbers stored in another table. To retrieve all users assigned to the current job selected. All column types are Text.
SP List

Dynamic Table

I have been trying Concat with Split, DropColumns and AddColumn but keep getting stuck with the Filter statement wanting a single text string (as opposed to a table of values)...
I'm sure this is a simple task, I just haven't been able to break it down.
Thanks in advance for any/all help!!