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
- Open Application and Select:
- Use the
Open Application
activity to launch the application. - Use the appropriate activity (like
Click
,Type Into
, orSelect Item
) to make the selection.
- Get Selected Value:
- Use the
Get Text
orGet Attribute
activity to capture the selected value. Store this value in a variable (let’s call itselectedValue
).
- Write Back to Cell:
- Use the
Type Into
activity to write theselectedValue
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.