Hi,
I have a dropdown. I want to update it from my browsegallery with a button Onselect property.
'final conclusion' is my SP list column
Patch('Data Source', ThisItem, {'Final Conclusion': 'final conclusion dropdown'})
I use this and the item isnt getting updated.
So I dropdown to another value and submit conclusion but it stays on "New".
the items property on my dropdown is -
Choices([@'Data Source'].'Final Conclusion')
Hi @wonka1234 ,
For a Choice column you need to pass a record instead of a text to make the Patch work:
Patch('Data Source', ThisItem, {'Final Conclusion': {Value:'final conclusion dropdown'}})
WarrenBelz
110
Most Valuable Professional
MS.Ragavendar
77
stampcoin
52