I have a SharePoint list with the fields EmpName, Manager, and AppsRequired. The AppsRequired column is a choice column that may take several values. Essentially, it includes a list of application names.
When a new item is created with EmpName, Manager, send an email to the manager asking the application for the new employee. Once the manager has chosen an application, the data should be saved back to the list.
Can we accomplish this by distributing a simple form or through an approval email flow?