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 / need a unique ID in my...
Power Apps
Answered

need a unique ID in my formula

(0) ShareShare
ReportReport
Posted on by

I am trying to use the following formula which send data to sharepoint using a flow;

LostProperty.Run("EditForm1_1.LastSubmit.ID.jpg",First(ColPhoto).Url,DCVItem2,(DCVDate2.SelectedDate),DCVStation2.DisplayMode,DCVDescription2)

The issue is everytime i submit the name part of the formula is the same so just overrides the existing record. I tried to include a formula to make it unique but it just takes the exact text i have added. I have hightlighted the name part of the formula tha needs to be unique.

Thanks in advance

Categories:
I have the same question (0)
  • Verified answer
    CarlosFigueira Profile Picture
    Microsoft Employee on at

    If you want to use the unique ID from the form, you can use it outside double quotes, and use the & operator to concatenate it with a prefix and the .jpg suffix, like in the example below:

    LostProperty.Run(
     "Image" & EditForm1_1.LastSubmit.ID & ".jpg",
     First(ColPhoto).Url,
     DCVItem2,
     (DCVDate2.SelectedDate),
     DCVStation2.DisplayMode,
     DCVDescription2)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
Haque Profile Picture

Haque 84

#2
WarrenBelz Profile Picture

WarrenBelz 79 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 40 Super User 2026 Season 1

Last 30 days Overall leaderboard