IF Requestor's Attribute_A = 'some_value'
JOIN Requestor's Attribute_A WITH Supplier's Attribute_A
ELSE
JOIN Requestor's Attribute_B WITH Supplier'S Attribute_B
I have made many tryes, but it seems we cannot change the Supplier join attribute in function of the Requestor's attribute value.