Hello,
I have two multiselect combobox, first one select user (combobox1) and other select approver (combobox2). I want to patch that to sharepoint list but I am unable to do so, please guide as I am new to powerapps.
Suppose in combobox1 selected users are User1 and User2 and in approver combobox is approver1 and approver2, it should create 4 entries in Sharepoint like User1 and Approver1, User1 and Approver2, User2 and Approver1 and User2 and Approver2. I think it can be achieved by nested forall but I am not able to figure it out. Please help