Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Using Flows
Answered

Problems when transfering the info from a flow to another

(0) ShareShare
ReportReport
Posted on by 13

Hi everyone,

 

I have a flow based on "when a new response is submitted" from Microsoft Forms, that on the end of it send a approval, and when approved, create a Sharepoint list with the data from the Forms, and send a mail to a specific person here in the company. 
Until then It's working pretty well, but the problem is: I need to check when he replied the email, so i needed to create a separated new flow based on "when a new email arrives" because It's another trigger and we can't have two in one single flow but ok, after he replied, I need to check what sharepoint list item the execution this time is referring to, because I need to catch this items and insert in a Microsoft Planner task description.

 

The problem that I'm having is that I'm not able to continue from one flow to the other, because for example when I move on to update the description based on the sharepoint item, it runs on the entire list (see example image) I think I would have to use some ID system, but I couldn't do this, could someone help with a solution? if necessary I put more images of my flows Thank you very much, I've been trying to find a solution for this for days and I haven't been able to.

  • arthurdeandrade Profile Picture
    13 on at
    Re: Problems when transfering the info from a flow to another

    thank you a lot, based on your last response i could get this solution by my self but yours i think its better i'll change for what i did

  • Verified answer
    v-jefferni Profile Picture
    on at
    Re: Problems when transfering the info from a flow to another

    Hi @arthurdeandrade ,

     

    You can add a special character before the ID number, e.g., a forward slash "/", then you will be able to get this ID via below function:

    vjefferni_0-1672384046226.png

    int(last(split(SubjectDynamicContent,'/')))

     

    Then Filter query is easy:

    ID eq variables('idSharepoint')

     

    Best regards,

  • arthurdeandrade Profile Picture
    13 on at
    Re: Problems when transfering the info from a flow to another

    thank you for your reply, i have already tried something in this way but i couldn't make it works, let me see: 

    I set the id in the end of the email subject

    arthurdeandrade_0-1671794052012.png

     

    but how i catch this id from the end of subject to set in the variable?

    arthurdeandrade_1-1671794143628.pngarthurdeandrade_2-1671794158977.png

     

  • v-jefferni Profile Picture
    on at
    Re: Problems when transfering the info from a flow to another

    Hi @arthurdeandrade ,

     

    Is it possible to include the SharePoint list item ID in somewhere of the Email, e.g., in the end of Subject. With this ID, when an Email is received, you can save the ID in an int variable (intVar) and for Get items action filter query set to ID eq intVar to get the specific item.

     

    Best regards,

  • arthurdeandrade Profile Picture
    13 on at
    Re: Problems when transfering the info from a flow to another

    Second flow.png

    First flow.png

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,702 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 66,026 Most Valuable Professional

Leaderboard

Featured topics

Restore a deleted flow