
Announcements
I can't see your total solution here, but based on the info you've provided you might want to look in the below functions:
To remove leading & trailing whitespace from a string:
trim('customer name: ')
To check if a value is empty, this will return true if the value is empty. I suggest to do a trim() first.
empty(variables('myvar'))
If I've been helpful, please mark my answer as Resolved/Answered and give it a thumbs up. This will help others too.