Hello everybody
I want to create multiple rows in sharepoint list to use It on powerapps according to a condition
For example:
When someone create an user, It starts flow, It will need: ID (will come from who created the user), Phase, Question (they are all preset).
Then a person will access the power apps to rate the questions according to user and fill in the other columns
Flow needs to start everytime we create a new user in this project
ID | Phase | Question | schedule note | method note |
101010 | 1 | A | ||
101010 | 1 | B | ||
101010 | 1 | C | ||
101010 | 1 | D | ||
101010 | 2 | E | ||
101010 | 2 | F | ||
101010 | 2 | G | ||
101010 | 2 | H | ||
101010 | 2 | I | ||
101010 | 3 | J | ||
101010 | 3 | K | ||
101010 | 3 | L | ||
101010 | 3 | M | ||
101010 | 3 | N | ||
101010 | 4 | O | ||
101010 | 4 | P | ||
101010 | 4 | X | ||
101010 | 4 | Y | ||
101010 | 5 | Z | ||
101010 | 5 | W |
Is there any easy way to do that?
Thank you in advance