What is that error

I already created a one input parameter with type Int32 but when I directly giving in the navigation activity it showed me the error. error snapshot is attached.

Hi…

Try giving This for your URL in the navigate to activity
WorkItemID.ToString

This will convert the value in workitemid to string format in where you set the URL

that way it’s accepting but why it’s not accepting without using .ToString.
In pdf walkthrough they didn’t convert into string.

For that, that variable should be in GenericType.

You can change the data type to generic and use it without.ToString

Generic types can hold any data type. And will convert them automatically to the required format

1 Like

Thanks Lahiru :slight_smile:

1 Like

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