Currently if we update any API key (discard old keys for any security reason), we have to update authorization http headers manually. It is a tedious and buggy process.
Ability to use template expression like below will make our life super efficient
Solved! Go to Solution.
Thanks for the tip.
That works. So we donโt need <<>> brackets and concatenation. Just drop in the expression.
Another thing is AppSheet also check the format. So if I set [Printer Auth] in the formula without โAuthorization:โ, Appsheet will throw an error saying itโs missing โ:โ.
Good to know
What does this mean then?
I was wondering the same thing.
I tested and the template expression doesnโt work. The literal text โ<<[Test Column]>>โ was sent to the server.
Maybe try a Concat formula rather than a template syntax for the header?
Thanks for the tip.
That works. So we donโt need <<>> brackets and concatenation. Just drop in the expression.
Another thing is AppSheet also check the format. So if I set [Printer Auth] in the formula without โAuthorization:โ, Appsheet will throw an error saying itโs missing โ:โ.
Good to know
Hi @Steve , the documentation in Invoking Webhooks from a Bot, Workflow Rule or Scheduled Report | AppSheet Help Center should include a simple example of using an expression in the HTTP header.
Thanks
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |