hi,
I have a customer list, which now and then i get future change warnings for. Like in a month the address will change.
I want another list where i can type in the changes and which date the change should take effect. Then a flow should once a day check the list for any dates matching today and update the customer list with the changes specified.
however.. i do not want to fill out all 30 fields, just the field that is changing and customer ID.
but im fuzzy on how to check which field has a value and then use that field dynamically to change only that one field or two fields or three fields.
example... customer 121 will change adresse to X on date Y and go from 1 to 2 rented materials
here both adress and amount of materials needs to be changed on a specific date.
While another example could be .. customer 122 will change supplier from X to Y on date Y
Im imagining that a new element form will have all the fields, but i think i can narrow required down to 2 fields.
makes sense? 🙂