Hi all,
Hope you'r doing well.
Me again, sorry, again trying to do something my beginner's level can't fight (and trust me i tried...). So back to you...who will accept to answer me and bring me a solution !! 🙂
I wrote this post once a few minutes ago and due to a loss of connection i lost the post as well so i'll try to be clear and since i couldn't manage to add pictures, i'll try to describe things as clearly as possible.
I'm still on my idea, creating a single PowerApps form linked to several SP lists...and that works pretty well so far.... BUT....I have a SharePoint list (Impact). in this list I have these fields and values
IActTxt Timeframe RawMTPD (dropdown that contains values -,C,E,V,N,I,M and NE)
Act21 2h NE
Act21 4h -
Act21 8h -
Act21 2-5d -
Act21 6-10d -
Act21 11-30d -
Act21 Not Essential -
I created a PowerApps form, I have a gallery linked to my Impact (Gallery7), with the name of my activity (TextInput11) , 7 lines, corresponding to the 7 timeframes (this is a label), and the RawMTPD (Dropdown7 - Containing the values given above), this field is hidden. Everytime i will select an activity, this field will show 6 lines with "-" and 1 line with a value. (as in the example)
Under my gallery, I have an additional dropdown (Dropdown6) which contains the same values as the RawMTPD. For this I set the "Items" property to Choices(Impact.RawMTPD) .
Now my problem is... I have another gallery (Gallery5) that contains the activities . When i select one of the activities in Gallery5, the corresponding impacts show up (this works perfectly) but in my Gallery7, I need the values of Dropdown7 to be be filtered so it sets Dropdown6 to the value that is not "-". I set the Default property of Dropdown6 this way :
LookUp(Impact,IActTxt=Gallery7.Selected.IActTxt && RawMTPD.Value<>"-", RawMTPD.Value)
the problem is this shows 2 Delegation errors , one on "&&" and the other on ".Value" saying "the highlighted part of the formula might not work correctly on large data sets" and the other one adds "...correctly with column '6.RawMTPD.Value'..." (it's a 6 that is turned the other way around...).
Would one of you , please, be able to tell me what's wrong and help me solve this ?
Thansk a lot and regards !