问题标签 [integromat-apps]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
integromat - Integromat 日期解析器
如何将带有日期信息的文本字段解析为真实日期?
这是一个示例字符串:Thu, Jan 28, 10:00 AM CEST
json - Integromat - 从 rpc 动态渲染集合的规范
我正在尝试从 RPC动态呈现 a 的spec
(规范) 。collection
无法让它工作。在这里,我附上了“模块->可映射参数”和“远程过程->通信”的代码。
模块 -> 可映射参数
远程过程 -> 通信
提前致谢。
google-docs - Integromat - 将 Google Doc 保存到 Airtable 附件字段
我正在尝试使用 Integromat 将 Google Doc 保存到 Airtable 附件字段。问题是 Airtable“更新记录”模块需要一个“文件 URL”值,我不确定如何获取。
我尝试将“导出链接:应用程序 PDF”选择为“文件 URL”值,该值确实有效,但是当我尝试打开/下载保存到 Airtable 附件字段的文件时,它只是将我发送到 Google Docs 登录到 Google Docs .
我尝试使用名为“下载文档”的 Integromat Google Docs 模块,然后将此下载的文档保存到 Airtable 附件字段,但它需要文件的 URL,而“下载文档”模块仅返回实际数据和文件名.
google-calendar-api - 如何在 integromat 中格式化来自谷歌日历和 Dialogflow 的“开始日期”?
我正在尝试在 integromat 中设置一个过滤器,我在其中放置这样的条件;
条件谷歌日历空闲/忙碌 - 时间分钟。等于对话流日期时间。
问题是来自谷歌日历的日期/时间格式类似于:- 2021 年 4 月 2 日下午 3:00,对话流的日期/时间格式类似于 2021-04-02T15:00:00+5:30。
所以我的条件不满足。我希望日期/时间格式都相同。我怎么能在 integromat 中做到这一点??
integromat - Integromat & 野杏
我对 Integromat 完全陌生,正在寻找一些指导。我正在尝试将 Wild Aprico 应用程序成员的数据文件下载到谷歌驱动器。我能够连接到 Wild Apricot,但我不知道如何创建一个场景来做到这一点。非常感谢您的指导!
integromat - How to get data out of multi-select and in json body integromat app
I'm making a custom app and I have a couple of fields that are pulling data from an RPC and that all works fine but I can't get the data to map to a json body for that call.
My Mappable parameters are like this:
My call looks like this:
The body of this call is meant to look like this: [ { "parent_id": 9999, "ids": [ 0 ] } ]
integromat - Integromat 和谷歌验证
下午好!我想确认 Google 应用程序中的 integromat 应用程序将我自己的文件上传到 Google Drive。移至审核阶段,但出现“符合域验证要求”消息。告诉我,你是如何解决在谷歌云应用程序和集成商服务中检查应用程序的问题,而不是每 7 天重新授权应用程序的问题?
integromat - Integromat 应用程序 {{connection.param}} 不工作
我正在尝试在 Integromat 中设置自己的应用程序
我的应用程序需要一个 URL(以及后来的承载令牌),由想要使用我的应用程序的用户手动输入。
我有应用程序库:
一个连接:
参数:
和场景:
当我执行时,我的应用程序中的场景。该 URL 似乎没有从连接参数中配置的 URL 正确接管。
有人可以帮忙吗?
zapier - 尝试使用 Integromat 进行 Podio API 调用,返回 403 禁止 - InvalidAccessTokenError
我在使用 Integromat 对 Podio 进行 API 调用操作时遇到问题。我想发出一个 Post 请求以将用户添加到工作区,这应该是可能的:https ://developers.podio.com/doc/space-members/add-member-to-space-1066259 。但是,当我尝试执行 Post 请求时,它会返回以下错误:
“InvalidAccessTokenError 错误:403 禁止”
我试图做一个获取其他东西的请求,这是可能的。所以,在我看来,这种联系通常是有效的。我在想的是我目前使用的帐户版本不够好。我尝试了免费版和基本版的 API 调用,两者都不适合我。
API 调用示例:/space/XXXX/member?role=regular&message=hello&mails=MAIL@mail.com
我还尝试了带有 JSON 代码的版本:
网址 /space/XXXX/会员
正文 {“角色”:“常规”,“消息”:“你好”,“邮件”:“MAIL@mail.com”}
你有什么想法吗?
如果您知道使用此软件的简单方法,我也对 Zapier 持开放态度。
最好的问候, 马蒂亚斯