Good afternoon all, This is my first post to this forum, I have been struggling to find a solution to my roadblock in creating a Powerapps set up to help one of our departments manage change points on non-perishable tooling.
Quick rundown - I am stuck trying to create a Multiple choice selection gallery to complete the data input requirements i want the user to complete (i have not made any fields "required" yet)
I have 1 Powerapps table called Table_Dies where the important columns are "Product" and "DieNum"
I have another Powerapps table called Table_ECI where i have an autonumber field for an ID column, Product as another column, several date fields and a Multichoice column called "Dies_Selected"
i set up a Many to Many relationship between both tables. because any die can have many ECIs and any ECI will have Many dies.
here is where I am not sure on if I am executing the correct Strategy. i created an app based on the Table_ECIs (pictured below) and for the field to select dies. I absolutely can not get anything to work. in example below I have a Gallery that i inserted into the Dies_selected Datacard and set the Items to 'Filter(Table_Dies, Product = Datacardvalue9.Selectedtext.value) and the checkboxes Text is set to Thisitem.Dienum.
Right now i can click the check boxes and it will submit the form but it doesnt save what i selected to the table.
because the gallery is set to Table_Dies since when the user selects the product in this form i want the Die_Selected to only show the die numbers that apply to that product.
Then I want them to select the check boxes they want to apply the change point they are registering before submitting form
I want those selections to get written to the multichoice column of the Table_ECI folder
The Next thing is After I submit the form this information will also go to a 3rd table to monitor the status of completed of each individual die for each ECI.
so the 3rd table would essentially look like ECI ID listed multiple times in as many rows as Dies_Selected and the user has to fill in the separate tracking Date columns as those get completed so that we have record of exactly when each die was done and which die is left to be completed.
I apologize if I did not provide enough Property information, Please let me know if you I need to provide any specific Field property data.