-
Hi all, I'm using I'm trying to use form component to test this API. Unfortunately, the form posts urlencoded data, not JSON data and Is there any solution in sqlpage or I should move to JS ? |
Beta Was this translation helpful? Give feedback.
Answered by
lovasoa
Mar 8, 2025
Replies: 1 comment 1 reply
-
Yes, you can do that either in js with a small script
or do it in sqlpage in two steps:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
setop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can do that either in js with a small script
or do it in sqlpage in two steps:
-- Create a JSON objec…