cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

Two Forms into one list - Matching Unique Identifier

I have two Forms that i need to add information into the same List matching the unique ID in both. Using flows, when Form A is filled out it is added to a List and is given a unique identifier.  I need to figure out how to have Form B, which will contain the same unique identifier, search the list and backfill information to that specific line item created originally from Form B.

 

My exact scenario is:

When work request (Form A) is submitted it generates a line item on a List with a unique identifier (Job #).  The job is then assigned to a Maintenance crew member and they are emailed the details from the Work Request (Form A). When a  Maintenance team member completes the job they fill out details on a Maintenance Tracker (Form B) including the unique identifier (Job #).  I need those details to backload into the form and find the matching ID to continue the details of that specific job on the same line.  There will eventually be a series of approvals attached as well.

 

I am new to all of this and have the majority of it figured out I just cannot get how to search for the ID and have it continue the line of information.  I do not have a background in coding, therefore the more simplistic the explanation the better.

 

Thank you in advance for your help!!

1 ACCEPTED SOLUTION

Accepted Solutions

@SLBMetrology  you are missing eq in between it should be MaintenanceI_x002e_D_x002e__x002 eq 2021-100007. also you are missing quotes around the Word Order ID, please see below screenshot

Screenshot 2021-02-02 205137.png

 

 

 

Eq is not equals to comparison in  query.

 

 

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

View solution in original post

18 REPLIES 18
annajhaveri
Most Valuable Professional
Most Valuable Professional

@SLBMetrology  are you using SharePoint list? If yes, you can use Get Items action with filter query to get the item that matches with unique identifier. Can you please let me know following details so that i can provide you what your filter query should be:

 

1. Name of Column which stores Unique ID

2. Data type of column which stores Unique ID

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

Thank you! Yes!! I am using SharePoint List.

 

1) The column name is Work Order I.D. #

2) The data type of column is single line of text.  The ID is generated with another flow.

 

Let me know if you need any further information.

Okay, so now we will first need to get internal name of the Work Order I.D # column, can you go to SharePoint List Settings, click on the Word Order ID column, then check the URL in browser, you will see Field=<value>, can you please provide what you see after Field= in the URL?

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

=%7BB85D75CD%2D14B8%2D4A6A%2D9D12%2D65F37EA78B31%7D&Field=MaintenanceI%5Fx002e%5FD%5Fx002e%5F%5Fx002

 

Hopefully I selected the correct URL you were in need of.

@SLBMetrology , yes looks correct, i just confirm that it is for Word Order ID column. So from URL it looks like internal name of column is MaintenanceI_x002e_D_x002e__x002

 

Please configure the Get Items action as below screenshot

 

annajhaveri_0-1612270383243.png

In the filter query paste in MaintenanceI_x002e_D_x002e__x002 eq, and then select the Unique Identifier from Dynamic Content, then it should look like filter query provided in screenshot, the only difference will be that i selected Response Id from dynamic content in filter query, you will have your Unique Identifier from dynamic content in filter query.

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

Please bear with me. I'm kind of at a loss with this one, start to finish.  Would i start this flow with Get Items?? Or would a start it with 'When a new response is submitted' ---> 'Get response details' ---> 'Get items'  For whatever reason my only choice to put into the Filter Id is Forms response ID.

 

I'm just starting into all these MS programs.

@SLBMetrology  no worries, apologies for not being clear. The sequence of flow will be 'When a new response is submitted' ---> 'Get response details' ---> 'Get items'

 

You should have more items in Dynamic Content under Get Response Details, the fields in the form will be available in Get Response Details Dynamic Content, like shown in screenshot below, i have those fields on the form and those are available in Dynamic Content

 

 

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri Thank you again.

 

Okay I got up to that point ironed out.  Now how do I tell it to add the information from form B into the same line item of the matching Unique ID?

@SLBMetrology , once you have added Get Items action and you are getting the expected item from the list, add Apply to each action to the flow after the Get Items action. Then use the value (list of items) (from Get Items) as input to Apply to each action. Then inside Apply to each action you can use Update Item action to update the columns you want to update using the values from form

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri I'm getting this error at the 'Get Items' step:

 

The expression "MaintenanceI_x002e_D_x002e__x002 2021-100007" is not valid. Creating query failed.
clientRequestId: 78a01f1a-5463-4cfb-9365-b0d7c83f0d8d
serviceRequestId: 78a01f1a-5463-4cfb-9365-b0d7c83f0d8d

 

Clip 2.gif

 

@annajhaveri  This is what I have so far...

 

Start.gif

 

Apply to Each.gif

 

Get Items.gif

 

@SLBMetrology  you are missing eq in between it should be MaintenanceI_x002e_D_x002e__x002 eq 2021-100007. also you are missing quotes around the Word Order ID, please see below screenshot

Screenshot 2021-02-02 205137.png

 

 

 

Eq is not equals to comparison in  query.

 

 

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri   That did the trick!! Thank you!!

 

One last item that came up... I have a step in between when the first form is submitted and the second that automatically sends an email when the task is assigned. When it back filled the other fields it resent the email that I was assigned a task.  Is there a way to make it not trigger that a second time??

@SLBMetrology  i did not quite get that, you have same form being filled up by used twice and you want flow to trigger only for first time? I am not sure if that is possible, but you can put a condition action after Get Response Id to check a specific field value to determine if form is being submitted for first or second time

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

Thank you!! I will try and see if I can make the email work.

 

In the future how do I know what portion of the URL to use in the filter query to use in other flows?? 

I am trying it with the following URL but I’m not sure what to use from it. 

=%7BB85D75CD%2D14B8%2D4A6A%2D9D12%2D65F37EA78B31%7D&Field=Title


Your help is greatly appreciated!!

@SLBMetrology  if the URL is 

=%7BB85D75CD%2D14B8%2D4A6A%2D9D12%2D65F37EA78B31%7D&Field=Title - Use whatever it is there after Field=, so this URL has Title, so use that in Filter query

 

if the URL is 

=%7BB85D75CD%2D14B8%2D4A6A%2D9D12%2D65F37EA78B31%7D&Field=MaintenanceI%5Fx002e%5FD%5Fx002e%5F%5Fx002 then take MaintenanceI%5Fx002e%5FD%5Fx002e%5F%5Fx002 and replace %5F with underscore (_) so use MaintenanceI_x002e_D_x002e__x002 in filter query.

 

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

@annajhaveri You are amazing!!! Thank you for your help!! There is so much to learn, but it’s a fun and exciting journey!!! 

@SLBMetrology  thank you, happy to help 🙂  We always learn from each other in the community, the community here is amazing 🙂

Regards,
Anna Jhaveri

If I have answered your question, please mark the post as Solved to help other users to identify the correct answer
If you like my response, please give it a Thumbs Up.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,054)