top of page

Using DataRaptor formulas

Create a DataRaptor Extract to fetch Contact’s full name, phone number, birth date, current age(as of today), full address and current date-time stamp.


1. Create a DataRaptor Extract to fetch Contact details (input should be ContactId).

2. Concatenate Contact's first name and last name to get the full name.

3. Get the phone number, birth date and current age of the Contact.

4. Get the current date-time.

5. Get the Contact's address (address should contain full address. Expected format --> street, city, state, country, zip). Try to avoid additional commas if any field is missing. For example, if city is blank, it should not return additional comma.

Comments

Share Your ThoughtsBe the first to write a comment.
bottom of page