Condition IF Else

hi ,
please help, i use click activity, then get texted to capture amount and write to my excel file, and it running well for this condtion.
image

but also i have another condition like this:
image

There’s show no amount, but i need to gettext this with zero amount.

Please advise, what i need to do.

Thanks.

@Felix_Gunawan

Check If Get Text activity is returning any value or not like below

GetTextVariable = “” or GetTextVariable = Nothing
Then
GetTextVariable = “0.00”
Else
You can paste your logic

Hope this may help you

Thanks

ok noted, how about click activity? because before get text, i used click activity, what i need to click then?