I have a growing list of questions (for testing suites) that need to be addressed. I've been told I can use PowerApps for this. However, all my questions are different rows inside of one table. The table has columns:
| ID | Nice_ID | Section | Test |
| 1 | 1-logi | login screen | login screen has password widget |
| 2 | 2-logi | login screen | login screen has user account widget |
| 3 | 3-logi | login screen | login screen will show useful error when account credentials are wrong |
| 4 | 4-logi | login screen | login screen will accept proper credentials |
What I want is for n (where n=number of rows) text fields to pop up in power apps app, with the title text for each text field being a combination of the text in the columns. Example:
| [1-logi] Login Screen has password widget - Login Screen |
| [2-logi] Login screen has user account widget - Login Screen |
| [3-logi] Login screen will show useful error when account credentials are wrong - Login Screen |
| [4-logi] Login screen will accept proper credentials - Login Screen |