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.
How can I show the default text??
Regards,
Viswanath
Yes @Viswanath_Vankadari, That’s possible.
Just pass a single value in either options array or options string property.
Hope this helps
Thanks 
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.
So u can try with custom input activity.
Check the documentation of custom input activity.
Hope it helps you
Regards
Nived N
Happy Automation