Hi everyone,
I am making an application where users can capture the approx percentage of time they spent per month on a contract. The user goes onto the Contract Selection Page and then selects the contracts they worked on (Photo 1).
Photo 1
Then they click the Add X Contracts button at the bottom to go to the Time Input page where they type in the percentage of time spent on each contract (Photo 2)
Photo 2
I am trying to add an extra column to a Collection (UserContractList) so that once the user gets onto the Time Input page they can just type in the approx time spent on each project and then it will write it to the collection.
Does anyone know how to do that? I have tried to use the AddColumns formula in the Add X Contracts on Photo 1 and nothing seems to work.
ForAll(UserContractList,
AddColumns('UserContractList', "Example", true)
);
Navigate('Input Time for Contracts', ScreenTransition.Fade)
Also, how do I also submit the info on the Month and Year dropdowns from Photo 2 into the collection all by pressing the Submit button? Thanks.


Report
All responses (
Answers (