使用 Zapier 代码操作从元数据中提取部分文本 (javascript)

Extract part of text from meta using Zapier code action (javascript)

我想提取一个长元段落的一部分。看起来像这样,但更长:

Full Bar Review item_meta: {u'Location': u'NYU PM (Live)', u'Law School': u'Albany Law School', u'1st-time-taking-a-bar-review-course': u'Yes, this is my first time'}

我只想输出值 Albany Law School 或可能出现在那里的 300 个其他选项之一。

这是我需要在 Zapier 中添加代码的地方:Zapier Action Screenshot

谢谢。

实际上我刚刚发布了关于这个问题的教程。

你可以在http://zapiertutorials.com/2016/03/17/extract-data-from-a-long-string-of-text-using-formatter-or-code-in-zapier/

看到它