web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / multiple lists in one app
Power Automate
Unanswered

multiple lists in one app

(0) ShareShare
ReportReport
Posted on by

hello everyone

I am creating an app this will have 4 forms ideally 

audits

customer complain

suggestion box 

Corrective action 

 

so far I have created the first 3 lists (audits, customer complain, suggestion box these all have the following columns 

- name 

-date

-unique id 

- corrective action required (this is a question they pick yes or not)

i would like all the information to be copied over to the 4th list  Corrective action a once the user answers picks yes on the corrective action.

 

How do i make it work do i create the list in lists and use look ups and then power automate based on a column answer could i use when an item is created ? 

 

please i am really struggling and i dont seem to find any light hahahah thank you for your help and time  again thanks

Categories:
I have the same question (0)
  • iAm_ManCat Profile Picture
    18,228 Most Valuable Professional on at

    if all your lists have the same columns, then you just need to patch a copy into corrective action list when the OnCheck of the checkbox is done.

     

    You'll need to replace the names of the columns and controls in the below code, but this will enable you to create new rows when the checkbox is checked.

     

    OnCheck:

    Patch('Corrective action', defaults('Corrective action'),
     {
     Name: NameControl.Text,
     Date: DateControl.SelectedDate,
     'Unique ID': UniqueIDControl.Text,
     'Corrective Action required': CheckBoxName.Value
     }
    )

     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 406 Moderator

#3
abm abm Profile Picture

abm abm 245 Most Valuable Professional

Last 30 days Overall leaderboard