Perspective table with Dataset tag need to update

Hi I'm try to update the Dataset tag from perspective table. In my column two I have linked the drop down list, after select the value operator will press the confirm button, during this confirmation I want to update my Dataset tag from table.
Please give your suggestion, Thanks.



Use system.tag.writeBlocking or .writeAsync.
Pass it the tag's path and the dataset from props.data.

Thanks for the reply, I found that my drop down not make any changes on table. Is there any settings I'm missing.
image

It seems like you're using the "render:view" functionality in a column to display a dropdown menu.
If that's the case, ensure that when an operator selects an option from the dropdown, the table data gets updated accordingly. Otherwise, the change will only reflect in the dropdown menu, not in the actual table data.
You might need to configure a message to update the table from drop down.

1 Like