How can GuiTable and Gridview be automated in blueprism.
Let's say
1. I want to modify a cell in a GuiTable, The write stage in blueprism does not support modifying cell. All that can be done via this element is read the rows.
2. Out of 5 rows, select 1'st and 3rd row of the table
I have seen that modifying a cell in a grid is possible via sap gui scipring(Adding code stage), but is it not possible with write action?
What is the best practice when dealing with guitable and gridview? Should interaction with these always be done via code stage.