Ok I am building an application that involves sprints. I have four separate screens within the power app which represent each sprint. On each page I have a edit form which has the questions for each sprint. Once sprint 0 is filled out, I would like for the redundant data to be filled out for the other sprints and that is where I am running into the issue.
Example of forms on:
(Screen 1 - Sprint 0): Name, Sprint, Information, POC
(Screen 2 - Sprint 1): Name, Sprint, Information, POC, Funding
(Screen 3 - Sprint 2): Name, Sprint, Information, POC, Funding, Date
(Screen 4 - Sprint 3): Name, Sprint, Information, POC, Completed
As you can see a lot of the information would be the same, but I need a new object for each sprint within the share point list. I would like to find a way that the use only has to type "Name" in one time and it autofills to the other forms. Any information or ideas would be greatly appreciated.
I have tried setting a Global Variables a couple different ways to accomplish this with no success, any examples or ideas on how you would accomplish this would be greatly appreciated!