Hello everyone,
Power automate newbie here. I'm in the process of setting up a Power Automate workflow to make requesting protective gear through a Microsoft Form a breeze. Our goal is to automatically log all the important details in a dedicated SharePoint List and notify our colleagues when their gear is ready for pickup.
Here's the issue: The form asks for coworkers' first and last names in a single field called "Name." However, I'm running into a bit of a snag when it comes to getting this info matched up with email addresses. Even if an email isn't found, I want to make sure we still capture the info in SharePoint.

(Note: The "Search term" is empty because i think this may be the source of the problem idk)
I've been experimenting with the "Compose" actions to break down the names, and even trying to create a condition where the Sharepoint entries should be created given if the "Given Name" and "Surname" match the respective splitted name strings, but I've hit a roadblock. In earlier trials, the workflow only recognized the email when i inserted my full name, as seen on my companys' office 365 user list.
Also, in both cases mentioned above, the workflow doesnt create a SharePoint entry like I expected, for neither scenarios where an email adress is found or not.

If anyone has experience with Power Automate and SharePoint integration, I could really use some guidance here. How can I make sure names match with email addresses, and how can I ensure that the workflow consistently creates SharePoint entries regardless of email recognition?
Thank you in advance.