I have two sharepoint list- 'List 1' and 'List 2'. The fields for 'List 1' and 'List 2' are same. Fields are Category (choice Column- choices are 'Choice1', 'Choice2' and 'Both'), DateofSubmission (date column), Requester (name column), HighLevelKPI (text column).
I have customized 'List 1' form in power app and connected the form with two data connectors-'List 1' and 'List 2'. I need manually update the data source but is there a way we can apply a if condition and the data source value change automatically?
When a user saves the form, Can we apply a 'if' condition?, i.e., if 'Category' value chosen by the end user is 'Choice1', that entry will be updated in 'List 1'/DataSource is 'List 1' and if 'Category' value chosen by the end user is 'Choice2' , that entry will be updated in 'List 2'/DataSource is 'List 2' and if 'Category' value chosen by the end user is 'Both', the entry will be updated in 'List 1' and 'List 2'/DataSource is 'List 2' & 'List 1'.