hello everyone,
I have to use Dropdown in my app to showing a task Outcome column with choises (On Hold and Done)
SP list Is 'S inventory' and Column Name Is "status"
i use this patch for Onselect
Patch('S Inventory', LookUp('S Inventory', ID=1) , {StatusCode: {Value: " "}})
and this for button Submait
Patch( 'S Inventory', LookUp('S Inventory', ID=1), { StatusCode:Dropdown2.Selected }
)
the problem is that working aonly with first filed in my List
if i used with another filed like Under ID =2 the chenging Happene with filed ID =1
any Help for this i didn't find more subject about Task Outcome
regards