InputDialog - With Default Value

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

1 Like

Yes @Viswanath_Vankadari, That’s possible.

Just pass a single value in either options array or options string property.

Hope this helps

Thanks :slight_smile:

1 Like

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.

image

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

It works.

Thanks.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.