Forum Discussion
John_Doe1234
Apr 12, 2022Copper Contributor
SharePoint Flow, Letter Increment Daily per new entry
Hello, I am trying to have a SharePoint List update from a form input using a flow. I can get the form to update the list just fine, but cannot find a way to have the unique ID (in the Title colu...
jonlake
Apr 13, 2022Iron Contributor
Hi John_Doe1234 , if the objective of using a character to maintain the order in which items were created on any given day have you considered using the utcNow() expression and posting the date and time into the list item? You could then filter by day and sort them in order of creation.