Hi,
Does anybody know how I can get the name from the same line and save to DL as a variable? if you could post the action that would be very helpful.
Hi,
Does anybody know how I can get the name from the same line and save to DL as a variable? if you could post the action that would be very helpful.
What does the source look like? Not an image, what is actually in the Mail Content variable?
Your First Name:
Georganna
Your Middle Name:
Your Last Name:
Potter
How do I differentiate each variable?
Your First Name:
Your Middle Name:
Your Last Name:
Telephone number:
Your Email address:
Your Date of Birth:
Address Line 1:
Address Line 2:
Address Line 3:
Post Code:
Like all such requests, if you don't post the different possible inputs, then you're not going to get a complete solution.
If you have lots of different variants, then you'll need to use a search for each field.
You probably need a negative lookbehind test to avoid lines that have colons at the end. Oh, and a Possessive match qualifier.
This should work. Some notes:
Keyboard Maestro Actions.kmactions (2.1 KB)
which line in this action separates it? using a single action is preferred.
What?
Problem solved
Peter, I'm wondering if this would be a good use case for the new Dictionaries (KM Wiki) feature?
You certainly could use a dictionary for this purpose. Something along the lines of:
It depends on what you want to do next as to whether that is better or worse than a set of variables.