Can I loop the same test with different data?

I want to create a checker inside our staging page for any inconsistent data displayed that we didn't spot before uploading the data.

Example:

List to check = an array

Loop:

Test:

Check this ( LIst to check [n] )
Return pass

I tried several of this approach before and keep getting timeouts.

Thank you in advance :)