utils.openUrl with POST data

I'd like to open an external page including a POST request body, containing one of the columns from a Retool table column. How might I accomplish this?

Hi @kcode I can't think of a way that you can make a POST request for opening an external page. Can the POST Api send back a URL in the response that you can then open as a webpage?

Thanks for the suggestion. I think I landed at a similar idea to submit a POST query to the API first, receive a callback URL, and then utils.openUrl that.

@kcode Okay, cool! :+1: