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 !
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 ! ![]()
Thank you