no problem.
Create a report of records created today by the current user. (ie a report with two filters) if you want to work harder you can make a report of records created by the current user in the last hour.
Then make this formula URL button.
var text URLONE = urlroot() & "db/" & [_DBID_Table name goes here] & "?act=API_RunImport&ID=xx"; // fill in the import ID number you see in the url when you edit the saved import. Typically the first one will be 10.
var text URLTWO = urlroot() & "db/" & "?a=q&qid=xx"; // fill in your report ID#
$URLONE
&
"&rdr=" & urlencode($URLTWO)