New topic Closed topic
avatar image
1
Passing collection to input variable generates error?
By Created , last editted

Hi,

I am trying to pass a collection from a POST to a GET UI page.

In the UI page '/admin_overzicht/' I have defined my input variable called 'selected_projecthours' which is a collection(of projecthours).

In the post I also have a collection called 'selected_projecthours' which contains projecthours. Now when I try to redirect to:


"/admin_overzicht/?selected_projecthours=" + var:selected_projecthours

I get the following error: "Error: InvalidInputError: Invalid expression"

What am I doing wrong? 

Thanks,

Marc


Hi,

I am trying to pass a collection from a POST to a GET UI page.

In the UI page '/admin_overzicht/' I have defined my input variable called 'selected_projecthours' which is a collection(of projecthours).

In the post I also have a collection called 'selected_projecthours' which contains projecthours. Now when I try to redirect to:


"/admin_overzicht/?selected_projecthours=" + var:selected_projecthours

I get the following error: "Error: InvalidInputError: Invalid expression"

What am I doing wrong? 

Thanks,

Marc

Answers
Sort by:

This topic is closed.