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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Save collection data S...
Power Apps
Unanswered

Save collection data SP List

(0) ShareShare
ReportReport
Posted on by 61

If(
IsBlank(Subject_TextInput_Cancle_1.Text),
Notify("Please enter NickName"),
IsBlank(Subject_TextInput_Cancle_2.Text),
Notify("Please enter Email"),
Office365Outlook.SendEmailV2(
To_TextInput_Cancle.Text,
Subject_TextInput_Cancle.Text,
Body_HtmlText_Cancle.HtmlText,
{IsHtml: true}
);
ForAll(
Col As temp,
Patch(
'Vehicle 관리 App Vehicle Master',
LookUp(
Col,
ID = temp.ID
),
{
Return_Request_From_Ops: "유휴 배제 요청",
Return_Request_Date: Today()
}
)
);
Clear(Col);
Reset(To_TextInput_Cancle);
Reset(Subject_TextInput_Cancle_1);
Reset(Subject_TextInput_Cancle_2);
Set(
varshowcanclepopup,
false
);

)

 

I'am use this formula to send emails and save SP lists.

I want to save the Dropdown2 data of the collection in the SP list "Test" column as shown in the picture.

Since the Dropdown2 data is different, I want to store different data in the SP list Test column.

 

Col.PNG
Categories:
I have the same question (0)
  • TuongDoan Profile Picture
    573 Moderator on at

    Patch(
    'Vehicle 관리 App Vehicle Master',
    LookUp(
    Col,
    ID = temp.ID
    ),
    {
    Return_Request_From_Ops: "유휴 배제 요청",
    Return_Request_Date: Today(),

    TheColumnYouWantToPatch: Dropdown2.SelectedText


    }
    )
    );

     

    ---------------------------

    If the solution I provided assisted you in resolving this issue, kindly select "Accept as solution" This will help others in finding the solution more expediently 😄Also, a Thumbs up would be a great compliment!

  • Huey Profile Picture
    61 on at

    @TuongDoan 

    This will save the last selected dropdown text in the SP list to the same column.

    For example, if you want to save 3 pieces of data and the last text selected from the dropdown is 1, 1 is stored equally in all 3 columns of the SP list.

    I want to save things differently in three columns.

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard