I am working on a flow to notify identified responsible parties in a SharePoint list if the Estimated Completion Date for their record has passed. I've got the flow working, but am trying to get the Email just how I want it.
Below is what I have now, but I want to make the salutation more appropriate by splitting the dynamic GTT in Charge Display Name (full name from our AD) and only adding the first name.

Is there a way to use the split() function with dynamic text so I can create a salutation for the email to be:
"Hi <Display Name>," but use split to split the DisplayName on " " so it only displays their first name vs their full name?