0 votes
in Rock by TinaStephens (8.6k points)
edited

A registration to .pdf workflow is returning the address and Dates in a strange format. This is an example of a date showing on a .pdf -

2022-11-11T00:00:00.0000000

This is an example of how the address is showing up-

Address 30340c68-1b21-46f9-acd5-b361d2d0ead6

This is the workflow: https://rock.scottsdalebible.com/admin/general/workflows?workflowTypeId=312&ExpandedIds=C421%2CC748 (Scottsdale Bible Church)

This is the registration it's attached to: https://rock.scottsdalebible.com/page/403?RegistrationTemplateId=884

1 Answer

0 votes
by DavidTurner (14.9k points)
edited
 
Best answer

Those are the raw values stored by the Attribute Value. I suspect you are using the "RawValue" option when using the "Attribute" lava filter. You shouldn't not use that option if you want the nicely formatted attribute value. If you don't use "RawValue", in your Lava, Rock will output the formatted value based on the specific field type.

This page shows how attribute values are stored in the database based on their field type. When you use "RawValue" in Lava, it's these values that you will see.

by TinaStephens (8.6k points)
Removing the raw values fixed the issue!
Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...