Hi all,
I'm developing a simple solution to the users, allowing them to define tasks by day by month, replicate repetitive tasks to another month, update the time spent. Now, I'm using PowerApps to define tasks, and let users to update the time spent on a specific task. The records are stored in Sharepoint List with the following fields:
1. Title (task title) --- Text
2. Assigned To (the leader assigns a task to a member) --- Person / Group
3. Expected Time Spent --- Date/Time
4. Actual TIme Spent --- Date/Time
5. Completed ? {Yes | No} --- Yes/No
6. Recurrence ? {Daily | Weekly | Monthly} --- Text
I can't find any reference by using PowerApps to create multiple List records (if recurrence is checked). So I planned to use Flow to trigger an action when Recurrence contains value.
Any advice / any experience / any idea to share ?
Much thanks!
Gavin