Hi,
Is it possible to create a time/date stamp report that includes every lead for a particular campaign?
Best,
Beatrice,
Are you looking to run a report of when people have entered the smart campaign? If so, that data is not available in an out-of-the-box report. You would need to create a custom datetime field "DateTime entered {smart campaign name} smart campaign" and in the flow of the smart campaign, the first step will be to add this flow step
"Change data value": "Date entered {smart campaign name} smart campaign": "{{system.dateTime}}"
Then you can create a report and include this date field as a report column.