我需要添加什么才能使这个 put 请求起作用?

what do i need to add to make this put request work?

感谢您的光临。

我正在尝试使用 azure 逻辑应用程序更新 SQL 行我被困在这一点上,我的想法是从网页获取数据然后更新 SQL 行。但是我不知道该填什么?

您的问题听起来与这个问题相似 。你能看看这个答案对你有帮助吗?

要从 http 请求传递 ID,您需要更改 https 触发器的主体 . Then you can use the add dynamic content to add the output of first step into 2nd step.