Hello I am trying to generate a new row of data based on specific data within a column. I am trying to use the row generator, but I can't figure out the expressions I would need to use.
If the Address2 field has "PO Box" then Generate a new row with "PO Box 1232" as the Address, and add the rest of the columns
Group | Address | Address2 | Address3 | City | State | Zip |
3372 | 245 Pittsburgh Road | PO Box 1232 | | Butler | PA | 16003 |
Thanks,
Lloyd