Input Dialog with 2 variables?

Example:
Assign Vmonth = Now.tostring(“yyyyMM”)
and
V1month = Now.AddMonths(1).tostring(“yyyyMM”)

put into dialog for selection, i encounter below error.
Any help is greatly appreciated!!
i just want to let user select 2 strings that are 2 months (i.e. Aug2023 and Sep2023).

Hi,

Can you try to set {Vmonth,V1Month} at Options property in Properties panel as the following?

Regards,

1 Like

Hi @winnie_toh

In the Input DIalog activity give {VMonth,V1Month} in options . this is in format of array. Refer the below image for better understanding.

Hope it helps!!

1 Like

“VMonth;V1Month”

This would work for you

regards,

1 Like

Dear all, thank you so much for your help!! It works!! :slight_smile:

1 Like

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