I'm a SharePoint Online new user, and would like to get some help on this task.
We have a project list that allows user to create new project. SharePoint has internal ID assigned to each new project created, and I have another column called Project ID with empty value when ID is created.
What I want to achieve is to utilize Microsoft Flow to check if there is new item added to project list, then extract ID value and concat with preset field value and update Project ID column.
The challenge I'm getting is in 2 areas:
- Let flow update Project ID for new item only, but not the whole list
- Concatenate strings in the following format: 2 digit year + ID (3 digits). i.e. 17-003 (year 2017, ID is 3), by adding 2 zeroes in front of ID if it's single digit, or 1 zero if 2 digit. etc.
Any help would be highly appreciated!