I try to replace the token with a variable so that i dont need to hardcode the token but it seems I cant do it.
and this is the output from postman
`"You called the function '+' with these arguments:
1: String ("Bearer ")
2: String ("eyJhbGciOiJSUzI1NiIsImprdSI6Imh0dHBzOi8vcHQtZGVtby1jZi1ldTEwLXNieC5hdXRoZW50...)
But it expects one of these combinations: (Array, Any) (Date, Period) (DateTime, Period) (LocalDateTime, Period) (LocalTime, Period) (Number, Number) (Period, DateTime) (Period, LocalDateTime) (Period, Time) (Period, Date) (Period, LocalTime) (Time, Period)
4| "Authorization" : 'Bearer ' + payload.message, ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Trace: at anonymous::main (line: 4, column: 19)" evaluating expression: "output application/java
{ "Authorization" : 'Bearer ' + payload.message, "x-qos" : "1" }". `
I expect it will wokr just fines since if i hardcode the token. The flow will work just fine.