Hello,
First time trying to add this control to my canvas app. I have two silly questions:
1. I have a button and the display mode is based on 3 controls with this formula:
A label that perform a sum:
Sum(If(!IsBlank(DataCardValue1),1),If(!IsBlank(DataCardValue6),1),If(!IsBlank(AddressInput.UserInput),1))
Button Display Mode
If(Value(LblCountFields.Text) = 3, DisplayMode.Edit,DisplayMode.Disabled)
For some reason the address input keeps the previous address and I always get "1" in my text label
Is there a way to count the characters in this address input to check if the field is empty or not?
And second question? Can this address input control be reset? using an external button?
Thanks in advance