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 / Powerapp Newbie, Movin...
Power Apps
Unanswered

Powerapp Newbie, Moving items to folder

(0) ShareShare
ReportReport
Posted on by

Hi just created a custom power app form by clicking the custom form on SharePoint. I am stuck with moving items to the folder a user is working on because the data entered goes to the root list. 

 

If(
FormMode = FormMode.New,
Set(
varResult,
HKEMoveItemtoFolder.Run(
SelectFolder.Selected.'Folder path',
SharePointForm1.LastSubmit.'Full Path'
)
);
If(
varResult.success = "true",
Notify(
"Success",
NotificationType.Success
),
Notify(
"Failure",
NotificationType.Error
)
);

);
ResetForm(SharePointForm1)

 

But when I click the submit button the data entered still goes to the root list, I also noticed that the flow did not run. help?

Categories:

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 July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard