Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
Here is a partial solution.
Make a URL formula button to run the import and then to display a report of record created by the current user today. Or created by the current user in the last 5 minutes. That way they will see what they imported.
Set up your two formula variables to do the import and then run the report and then call then sequentially like this.
$URLONE
& "&rdr=" & URLEncode($URLTWO)
Make a URL formula button to run the import and then to display a report of record created by the current user today. Or created by the current user in the last 5 minutes. That way they will see what they imported.
Set up your two formula variables to do the import and then run the report and then call then sequentially like this.
$URLONE
& "&rdr=" & URLEncode($URLTWO)