Hello My Dear Sir,
Let me ask a question.
I have Two Tables. Purchased and Products tables
It’s my action name - Add by Purchased
Table - Products
Do this - Set the value of some columns in this row
Set these columns - Stock Initial
Expression - Any(Select(Purchased[Qty],
[ID]=Maxrow (“Purchased”,“_RowNumber”,[Item]=[_THISROW].[Item])))+[Stock Initial])
In Purchased Table there is one action.
Do this - Execute an action on set of rows
Reference table - Products
Reference Rows - Select (Products[ID],[Item]=[_THISROW].[Item])
Reference Action - Add by Purchased
My question is here.
These action don’t work.
How to do that?
Actually when I add new purchased for existing products it will be add new quantity to existing quantity automatically by only action.
So Please let me show the way.
Thanks