@badnguyenky said in Check for updates on customer side?:
I sent my standalone app that built from my script to customer, they are not install BAS.
Do you have a BASPremium license ?
Hello, I'd like to check if TEXTBOX is emply, proceed script if not emply, end script
how to check please?
@stephenperry18 First of all you need to get textbox content with "Get Element Text" action.
Then use "If" action to check if it is empty.
You can construct condition yourself like it is shown on following gif:

@romanbiz said in How to check if textbox is empty?:
- Get element text
- If (if variable == null)
@support said in How to check if textbox is empty?:
@stephenperry18 First of all you need to get textbox content with "Get Element Text" action.
Then use "If" action to check if it is empty.
You can construct condition yourself like it is shown on following gif:
oh wow thank you so much :) I really appreciate it