Flow Designer - How to concatanate For each outputs into a single field

Sergio26
Giga Guru

Hello,

I'm trying to use Flow Designer to do a For each loop to get approvals information of a task and then concatanate the information of each approval into a single field.

So for the Scrum tasks we generate approvals for the UAT step. There can be more than one approver if needed and once all aprovals are approved I want to get the approver's name and updated date of each approval and put all this information in a single field on the Story.

Anyone has an idea on how to do this? Preferably with no coding but if absolutely need it's OK.

Thank you

 

3 REPLIES 3

Sukraj Raikhraj
Kilo Sage

see if this link helps: it's detailed and should give you an idea.

https://community.servicenow.com/community?id=community_blog&sys_id=9379ad701b0c05d056b699b8bd4bcb02

Hello,

Thank you for your time but it is not quiet what I'm looking for.

I'm not looking to specify which approvers are needed. What I'm trying to do is after users have approve (ex: 2 approvers have approve), I want to get their name and approval date and put the information in a field on the parent task.

For example, 2 approvals approved on a Story task then put the information in a field on the Story;

Approved by Jim on 2022/03/04

Approved by Lisa on 2022/02/25

 

The field on Story containing the information will then be mapped to a Jira Story.

 

Thank you

 

Jithender123
Tera Contributor

Hi @Sergio26 ,

 

have you sorted this out. I too need the same action now.