Hi all,
In the example below, i want to take the values below 1 and 2, and store them in different columns of a SharePoint list.
For the text extraction, the emails will have structured text where the line i need always starts with a bulletpoint.
It would be best to split the lines at every dash that's surrounded by spaces, and skip the line with bulletpoint when no such dash is found in it.

Later, when the e-mail gets categorised (E.g. Marked as Yellow or Green), I want a specific 'choices column' in the SharePoint list to update.
Could anyone provide advice on how to set this up?
Thank you in advance for your help!