As a relative newbie to Power Automate or at least at best a novice I think I am trying to bite of more than I can chew.
I am trying to create a function that will create a 4 digit figure based on the ID of an item in a SharePoint list. I.E. if the ID of the item is in the list is 101 then I want a calculated column to return 1101.
The function I have entered that is not working is - add(triggerBody()?['Unique_x0020_ID'],0001)
The complete flow is as shown below:
Each of the above steps in detail are:
When an item is created

Update Item

Folder Name

Create New Folder

Create sharing link for a file or folder

Update Item 2

Can anyone in the Power Automate community see where I am going wrong.. Many thanks.