Hi,
I have trouble with a workflow. My workflow currently retrieves all the taxes from a table (List rows). It then filters the array based on the state/province retrieved earlier in the flow (Filter Array). One of the output is a state Province: "mis_taxstateprovince": 913210010 and the tax mis_federaleffectiverate": 0.05

Now, I want to apply the tax of this specific state/province in the Quote table. Here's the issue, It applies all the tax I have in my filter array condition. It goes through row by row and applies it until it reaches the last row of the table.

How can I make it so it applies only the specific state/province I've returned in the Ouput of my array instead of the input.
Thank you