流和天蓝色交换代码 [英] Flow and azure swapping code

查看:77
本文介绍了流和天蓝色交换代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我设置了流程来为电子邮件主题中的关键字创建trello卡.我的目标是让它跳过前22个字符,然后取最后一个子字符串,并放在其余单词的前面.我想出的代码就是这个.

I set up flow to create trello cards for keyword in my email subjects. My goal was to have it skip the first 22 characters and then take the last substring and put in front of the remaining words. The code I came up with was this.

工会(last(substring(triggerBody()?['Subject'],1 )) skip(triggerBody ()?[主题" ], 22

union(last(substring(triggerBody()?['Subject'],1)),skip(triggerBody()?['Subject'],22))

现在我感觉这行不通,因为子字符串需要位置的第3个值.

now i had a feeling this wouldn't work because the substring need a 3rd value for position.

我的问题是,我查看的所有功能中,所有功能都从头开始

My problem is that of all the functions I viewed everything takes starting from the front

我需要做的是从后面开始,但是还没有找到任何可以做到的事情,所以我感到

what I need is to take starting from the back but haven't found anything that can do that so I felt

这是正确的方向,但现在我有点卡住了.

this was the right direction but now I'm a bit stuck.

我需要这样做的原因是,对于这些电子邮件,我正在尝试设置流程,

The reason I need to do it this way is because for these emails I'm trying to set up with flow,

前22个字母始终相同,我不需要它们,最后一个子字符串始终是日期

The first 22 letters are always the same and I don't need them, the last substring is always a date

中间的内容是变化的,我需要首先显示日期.

and the middle content is what varies and I need the date to appear first.

推荐答案

你好 Vinc3ntVal3ntin3

不确定这是不正确的论坛,可以解决您在Flow& amp;上的问题. Trello集成.

Not sure this is the right forum to address your question on Flow & Trello integration. 

我建议与Trello& Flow的支持渠道可提供帮助.这里有一些参考,可以帮助您正确地前进.

I suggest contacting Trello & Flow's support channels to provide assistance. Here are a few references to get you on the right path.

1.特雷洛:

      a.) 联系Suppor t

      a.) Contact Support

      b.)帮助&疑难解答提示

      b.) Help & Troubleshooting tips

      c.) Trello一般讨论论坛

      c.) Trello General Discussion Forum

2.流量:

      a.) 与支持人员联系

      a.) Contact Support 

希望这会有所帮助.


这篇关于流和天蓝色交换代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆