Hi,
In the input dialog, for textbox field, how can I specify default text.
I tried the keeping the default text in a variable and assigned in the inputdialog text field.
But this is not working.
Hi @Viswanath_Vankadari i think u mean how to put placeholder in the input field, then instead of input dialog box u can use custom input activity that allows html methods to be included.
Below screenshot u can see how it looked when custom input activity is used.
for field First Name the default text provided is Type First Name.