How to perform Click text

Hi all,

Can you advise
I have an old application LOTUS to perform the activity (I believe it does not really matter if it is new or old application.
Nevertheless, I have as an example. I need to choose a right option and mark a check box depends on the need, It will be not the same option all the time.
Capture
I really do not know how to handle with this is studioX
Any ideas?

@niteckam

Did you try with Click activity?

Thanks

yes however I do not really know how to handle with proper settings

@niteckam

Use Get Text Activity to get the Text from the screen,

Place a IF condition and check Is it Shared

In IF Place one Click and click on Indicate element for Shared

in Else Place another click actvity and click on Indicate element for Private

Hope this will helps

Thanks