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 Automate / upload specific files ...
Power Automate
Suggested Answer

upload specific files to onedrive

(0) ShareShare
ReportReport
Posted on by
I have downloaded power automate in Dutch... It's now I realise help is mainly available in English... I am loosing time, translating stuff back and forth.  So I tried reinstalling Power automate nothing changed it is still in Dutch.   Anyone how to fix this?
 
But now what i want to do...
 
I want upload files  from our server to my onedrive if the file contains my firstname Marcel 
 
i tried ;

=Find ("Marcel", CurrentItem) 
 
no luck
Categories:
I have the same question (0)
  • Suggested answer
    Sam_Fawzi Profile Picture
    917 Super User 2026 Season 1 on at
     
    For Power Automate language
    • Go to: https://make.powerautomate.com
    • Click the  Settings (top right)
    • Go to Language & Region
    • Change Language to English
    • Refresh the browser
    If it doesn’t change:
    • Go to  https://portal.office.com/account
    • Change Display language
    • Log out completely
    • Clear browser cache
    • Log back in
    That will switch the UI to English.
     
    For Upload files from server to OneDrive if filename contains “Marcel”
    Your formula:  =Find("Marcel", CurrentItem)
    This does not work in Power Automate. That’s Excel-style syntax.
     
    Flow Structure
    Trigger
    If files are on a server -> use:
    File System connector (on-premises gateway required)
    OR Scheduled Recurrence + List files in folder
    List files in folder
    Apply to each
    Condition or Filter Array -> check filename contains "Marcel"
    If YES -> Create file in OneDrive
     

    Condition:
    contains(item()?['Name'], 'Marcel')

    Then apply to each -> Create file.
    • Power Automate is case sensitive
    • “marcel” ≠ “Marcel”
    If you want case-insensitive:
    contains(toLower(items('Apply_to_each')?['Name']), 'marcel')
     
     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard