Hi @TonyaS and @jarrodthuener and AYXCommunity,
I am creating a new workflow using #AMP and encountered an issue. The template for my dynamic input sets a record limit (e.g. 2,000,000 records), but Alteryx doesn't honor that record limit in the execution of the workflow. All 258,838,091 records are passed through the dynamic input tool downstream. This doesn't just take longer (potential definition of the term: defect), but it puts the wrong (definition of bug) count of records into the system. Here's a picture of the workflow (with counts):

Once I find the most recent file, I read the file using the dynamic input tool. Without AMP, this runs in roughly 13 seconds. With AMP it runs in 52:50 minutes (3,170 seconds). Here is the log:
Start: Designer x64: Started running at 06/28/2022 9:54:35
Info: Designer x64: The Designer x64 reported: Running at a Low Priority.
Info: Designer x64: The Designer x64 reported: This is AMP Engine; running 32 worker threads; memory limit 15.1 GB.
Info: Directory (1): 3 records were generated
Info: Designer x64: The Designer x64 reported: Beginning to compact waiting packets to reduce memory usage
Info: Designer x64: The Designer x64 reported: Beginning to swap waiting packets to temp files to reduce memory usage
File_Input: Dynamic Input (7): T:\_DATA MAINTENANCE\Acxiom Build\MAIL FILES\MQC_JUL22_FINAL.txt|20000 records were read from "T:\_DATA MAINTENANCE\Acxiom Build\MAIL FILES\MQC_JUL22_FINAL.txt" (limit reached)
Info: Dynamic Input (7): 258838091 records were read from 1 files/queries
Info: Append Fields (10): 258838091 target records generated 258838091 output records
File_Output: Browse (2): E:\Temp\Engine_38316_5b8955b8bd781445a8a2967152e2e7a9_\Engine_38316_ed29b5f60e09a24fa9d236060fe5cb4f~.yxdb|258,838,091 records
End: Designer x64: Finished running in 52:50 minutes using AMP engine.
A potential work-around is to turn Amp OFF 📴 and insert a SELECT tool after the dynamic input tool. Next use CACHE to run at the newly inserted SELECT tool (13 seconds). Now you can turn Amp ON 🔛 and continue working.
Notes: Because the SELECT RECORDS macro is not as performant as SAMPLE tool, I am replacing that in my workflow next. The performance hit was exacerbated by AMP passing 200+ million records into the macro.
Please consider updating your "known defects" and/or "AMP Differences" documentation to aid others users until a "fix" can be implemented.
Cheers,
Mark