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 / Trying to auto generat...
Power Automate
Unanswered

Trying to auto generate a request number to SharePoint List field

(0) ShareShare
ReportReport
Posted on by 257

I'm trying to add a Request number that starts with SR800000000000000 and the SharePoint ID number (4 integers) is appended to this.

 

In other words, if my SharePoint item ID number is 3489 it would return SR8000000000000003489

 

I tried the following expression to no avail

 

add(triggerBody()?['ID'],800000000000000)

 

 

 newticketerror1.jpg

Categories:
I have the same question (0)
  • Verified answer
    v-alzhan-msft Profile Picture
    on at

    Hi @F_Quint ,

     

    You should take a try with the concat() expression instead of the add(), the add() would require the parameters to be a mumber type however the SR800000000000000 is a string.

     

    Please make sure the Request number column should be with the Single line of text type and take a try with the below expression:

    concat('SR800000000000000',triggerBody()?['ID'])

     

    Best regards,

    Alice       

     

    Community Support Team _ Alice Zhang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 425 Moderator

#3
abm abm Profile Picture

abm abm 245 Most Valuable Professional

Last 30 days Overall leaderboard