Data Driven Test questions

Hi, I was trying to do some data driven test using test data. I wonder if Apidog could support that different requests have different numbers of test data sets in one test data sheet? Please see the attached screenshot.
I was able to use this type of test data in Postman by creating the pre-req scripts for the the whole test collection. But I didn’t found a way to create the pre-req scripts on either the test scenario level or the test group folder level.
Wonder if there is a way to do the similar data driven test in apidog? Thanks.

You can create test data within the test scenarios in Apidog, and then reference the test data variables you have set in different request steps of the test scenario. In your case, you should be able to maintain “firstName,” “lastName,” “position,” and “company” in a test data table and set up multiple data sets, similar to the effect in my screenshot. For more details, you can refer to: Data-driven testing - Apidog Docs