Bug Description
The search actions return a maximum of 200 records. export const QUERY_MAX_RECORDS = 200;
However, there is nothing to inform the user of this
-> we either need to wave this condition or inform users that this is happening.
Ideas: hard code a limit to 200 and prevent users from increasing this number (or any better options).
We discussed it live and @martmull mentioned this limit could be raised to 10k.
Other item to check while we're in this topic. I believe @thomtrp told me there is a limit in the # of records that can be selected with the Global / Bulk / Single manual trigger. But this information is not given to users which could lead to the same issues.