I am trying to create an inline action where I would want to copy values from a few columns in that row, and set it in the same columns of another set of rows that match the criteria.
For Example,
I have an order table where I have columns say Billing Ledger , Lead time, Payment terms. For instance, I have filled these columns in one order and I want to copy the same values in the other orders ( rows) matching the customer of this order.
How do I do that ?