HTTP与数据词字段进行比较

发布于 2025-02-11 06:07:03 字数 613 浏览 1 评论 0原文

HTTP与数据词字段进行比较 一个小时前 我的流程遇到了麻烦。我不确定目前是否要按计划进行此流程。有一个外部数据库包含一个我需要的名称的字段。这是由另一个软件收集的。在我的数据表中,我没有名称,但是我需要它。

因此,我正在尝试使用HTTP获取请求来获得它。我正在尝试将HTTP请求中每一行的客户ID与Dataverse表中的客户ID(这些匹配)中的客户ID进行比较。如果客户ID匹配,则使用“更新一行”将名称放入Dataverse表中。

这是我到目前为止所拥有的

-dataverse list行

-http get

-parse json http http http http body

-apply to parse json

-apply -apply -apply to list list行

- 条件- 条件 - 如果json customerid = datavers customerid = dataverse customerid = dataverse customerid

-update cow。 rowID = CurrentItem

似乎没有任何作用。我有多种错误。

有更好的方法可以实现这一目标吗?

谢谢

HTTP Get to compare to Dataverse fields
an hour ago
I'm having trouble with my flow. I'm not sure whether to have this flow as scheduled or not at the moment. There's an external database that contains a field for a name that I need. This is collected by another piece of software. In my Dataverse table I don't have the name, but I need it.

So I'm trying to get it by using an HTTP Get request. I'm trying to compare the CustomerID from each row in the HTTP request to the CustomerID in the Dataverse table (these match up). If the CustomerIDs match up, the name is put into the Dataverse table using Update a row.

Here is what I have so far

-Dataverse list rows

-HTTP Get

-Parse JSON HTTP body

-Apply to each CustomerID from Parse JSON

-Apply to each value from list rows

-Condition - if JSON CustomerID = Dataverse CustomerID

-Update row. RowID = CurrentItem

Nothing seems to work. I've had a variety of errors.

Is there a better method to achieve this?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文