Forum Discussion
need help designing a flow please
Hi laurent5, to test a solution I have created a Form, a SharePoint list and Flow to do what you need to (I hope this addresses your problem)...
The form has three basic fields, with Company name being the only required field.
The SharePoint list has corresponding fields.
The Flow is triggered by a Form submission and immediately tries to retrieve items from the SharePoint list where the company name matches the Form submission.
A condition then evaluates the items returned from the list, using a 'length' expression (
If the approval response is 'Approve' the a new item is created.
Null values from the form are handled using an expression, which requires you to use the filed ID from the Form itself. An example would be:
If the company already exists then the update path is followed.