Hi i want to disable Submit/Check icon if the DatacardValue is blank & need the same to be visible when there is a input in the desired field. I am tried applying the below one in Submit/Check Icon visible. Where as its working to disable, but post input the icon is not visible back again.
If(IsBlank(DataCardValue259.Text) || IsBlank(DataCardValue256.Text),false,true)
Hope to get the solution for this & Thanks in Advance.