Rest api query form urlencoded support dynamic params?

Hey @jk2K! Yes this is possible, and the syntax is very similar to how you have formatted the values already. In this case you can set the truthy ternary option to the key name, and the falsey option to an empty string.

The key and value will be dynamically determined based on user inputs etc:

Let me know if you have any follow up questions!