Hi all,
first time posting, hope you can help me out.
I'm building a flow from a MS Forms that would calculate an estimated value from the inputs given in the form and return it by mail to the requestor.
The calculations are a bit complex, with conditionals, lookups... not simple operations (otherwise i could try directly in sharepoint).
I had the idea to conect the form to excel for the calculations and send a mail with the value when the file is modified, or update a sharepoint from excel with the calculated values, that would trigger the mail notification.
What i have done so far:
1- Created a Form online connected to an excel sheet (in onedrive for business)
2- For every new answer in forms a new row is created in excel, a set of formulas calculates then the final value on the last column of each row. Another sheet of the excel contains a matrix with the information for the calculations wich is working properly.
The sheet that gets the rows from forms and has the formulas is formatted as a Table.
Up to this point it's working properly.
Where i get problems is on the next step:
OPTIONS:
3a- Make a flow to send a mail directly with the excel values. Problem is it sends a mail for each row of the excel table instead of only the last one, so it will spam the requestor with a lot of mails.
3b- Make a flow to create new items in sharepoint while the row is also sent to excel (calculation will be done in excel). After that, update the sharepoint with the values from excel. Then send mail notification when sharepoint is updated. On this one I am unable to relate the row in sharepoint with the one in excel to update only the new one.
Can anyone help me find a solution for either point 3a or 3b, any of them would solve the problem.
Attached some screenshots, probably i'm doing something wrong as i'm not an expert but i can't find the solution.
Thanks!