I am creating a flow that is pulling data from our team's SharePoint to create a weekly email, in an HTML table, of incoming projects.
The details:
I have a column called ID that pulls project ID that consists of a 3 letter prefix followed by 5 distinct numbers. (EX: ABC12345) I have finally figured out 95% of this ask aside from creating the URL that pulls the last 5 distinct numbers from the project ID and concatenates them to the URL itself.
For example: if I have ABC12345, I want to pull the 12345 and add it to the end of my static URL (https://www.link.com/) to provide a result of: https://www.link.com/12345
When the Flow runs, it'll send an email containing a HTML table with a linked URL.
| Project ID | Title | Project Manager |
| ABC12345 | This Flow is getting insane | John Doe |