Construct HTTP Response : first value of column not listed in Custom headers

Hi,

I am trying to set a custom header in Construct HTTP Response based on the value of a column.

The option is there but the value list is empty.

Thank you !

It's a bug, but it has an easy workaround. By convention, any column with a non-standard name becomes a custom header. So in your case, just rename the column whose value you wanted to use for the "Location" header to "Location". That's it.

Indeed it works ! :+1:

Thank you