Hello,
I'm new to Powerapps and try to do something that is pretty complicated for me and about which i can't find any help on the net. Hope someone will have an idea..
So, I have a SharePoint list with a dropdown containing different timeframes.
What i need is for each time frame of my dropdow (7 timeframes) fill 3 field, so it's something like :
Timeframe field1 field2 field3
2H 1 1 3
4h 2 3 4
8h 1 5 2
etc....
This will have to save 7 lines (1 for each timeframe) to my list.
I managed to do something that saves several lines to a list using a gallery so my idea was to do the same but i don't understand how i can switch the values of the time frame over the lines and and limit this number to 7.
I also thought i could use a text field instead of a dropdown so i will push predefined values to my list but then the problem is how can i switch the values in the text field..
I hope this is clear enough and someone will be able to help me with this.
Thanks a lot !