I have an excel spreadsheet that been asked to make it a power app connected to SharePoint list.
I was wondering how would I handle the fact that in a spreadsheet there is a Check in and Check out process that can happen lets say 20 times (multiple days/possible same day) on the same Item #.. There are additional fields that would be filled on besides the 3 shown. but was wondering how do I setup the SharePoint List columns?
Do I create Date & Time | Action 1 |Action 2 | and then add columns 1 thru 20? and then on Power App make it a check box (conditional button when clicked the data fields for the new days appear on the form) which would then bring in the next date and time with the fields to fill in additional days for the item
Example:
Date & Time2 ..... Date and Time20 |Action1_2 .... Action1_20 | Action2_2 .... Action2_20 |
Item # USDA001
| Date and Time | | Action 1 | | | Action 2 |
| 1/1/1900 | | Removed from Box | | | Returned to Shelf |
| | | Returned to Box | | | Remove from Shelf |
| 1/2/1900 | | Removed from Box | | | Returned to Shelf |
| | | Returned to Box | | | Remove from Shelf |
| 1/3/1900 | | Removed from Box | | | Returned to Shelf |
| | | Returned to Box | | | Remove from Shelf |
| 1/4/1900 | | Removed from Box | | | Returned to Shelf |
| | | Returned to Box | | | Remove from Shelf |
or is there a different way to achieve the data entry of the Action items multiple times and get the data saved for each day .
thanks for any advice and or ideas to solve the issue is appreciated.