Hello,
I am very new to Power Automate (PA) and am loving it so far. Question: How many steps is too many?
I have a MS Group Form to collect report requests.
I have a flow with a condition based on the response to one of the form questions, will send 2 emails that each use a different string variable to populate the body. I also have an array variable to collect and attach to the emails documents uploaded to the form response. All of this works well.
I have a separate flow to do the following:
-Create Sharepoint list item
-Attach any documents from the form to SP list item.
I would like to know if I can combine these 2 flows into one. The reason I am asking is because what I would like to do (if possible) is collect the contents of a Sharepoint list calculated column and insert it into the subject line of the emails. (For reference, the calc col is a unique ID field.)
So in the end, the flow would have to do all of the following:
1. collect Forms response
2. Create SP list item
3. Attach attachments from form response to SP list item
4. Collect the value of the calculated ID column from the SP list item
5. Based on a condition, send 2 separate emails with attachments (body of email comes from string variables)
6. Insert the collected value of the calculated ID column from the SP list item into the reference line of the emails.
Here is the flow without the SP steps. This is the flow I would like to add to, but would it be too much?
