SOLVED

Form Fill: Most Recent?

Go to solution
danielkear
Level 1

I'm hoping to create a field to capture which form was filled out most recently for a report. I understand that a "Fills out Form" Smart Campaign can stamp the {{trigger.name}} token to a field, which really solves the problem for any form fills moving forward. My question is; is there any way to do this retroactively? Or is that information essentially lost at this point?

Tags (2)
1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

You can do it retroactively if you use the API (get the Activity Log entries for Filled Out Form and replay into the lead field). But if you’re not comfortable with that, then no.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

You can do it retroactively if you use the API (get the Activity Log entries for Filled Out Form and replay into the lead field). But if you’re not comfortable with that, then no.

danielkear
Level 1

That's what I was afraid of. I appreciate the confirmation 👍