Form Fill: Most Recent? | Community
Skip to main content
danielkear
New Participant
October 28, 2021
Solved

Form Fill: Most Recent?

  • October 28, 2021
  • 1 reply
  • 2451 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
October 28, 2021

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
New Participant
October 29, 2021

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