DataRow = %{'Product': %Variable1%, 'Quantity': %Variable2%}%
Where Variable1 = Text, Variable2 = Item from 'For each' Action

DataRow = %{'Product': %Variable1%, 'Quantity': %Variable2%}%
Where Variable1 = Text, Variable2 = Item from 'For each' Action
Hi,
have you tried the following?
DataRow = %{'Product': Variable1, 'Quantity': Variable2}%