I have a trigger→action zap.
The test trigger data pulls outdated data / data not tailored to my specific use case, and therefore in my action I cannot pull & use the field that I need to.
For example: my trigger test data passes the “external_contact_phone” field (as null...), but it should pass nested data (which it passes while live) like so:
external_contact_phone:
name: “name”
phone_number: “phone_number”
In my action I cannot select “external_contact_phone.phone_number” because it is not present in my test data from my trigger.
Can I manually specify in the action somehow that I want it to pull a field that is not present in the test data?
Thanks