I want to get any of those value and write only on single cell

MicrosoftTeams-image (134)

I want to get the value on depending upon what is selected and write on same cell

After selecting the element
Use if condition , if condition satisfies
use a gettext activity and then write that text in excel sheet using write cell

Regards,

1 Like

Hello @Bhushan_Nagaonkar

  1. Open Application and Select:
  • Use the Open Application activity to launch the application.
  • Use the appropriate activity (like Click, Type Into, or Select Item) to make the selection.
  1. Get Selected Value:
  • Use the Get Text or Get Attribute activity to capture the selected value. Store this value in a variable (let’s call it selectedValue).
  1. Write Back to Cell:
  • Use the Type Into activity to write the selectedValue back into the same cell or field.

Thanks & Cheers!!!

1 Like

Thankyou, It worked.

1 Like

Thankyou, It worked fine.

Glad it worked !

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.