Hello,
I have a grid that I am using to trigger emailing forms to other parties to collect data. I am using a Y/N field and a workflow to trigger the email. When "No" or "blank", nothing happens. When moved to "Yes", the workflow grabs a link from another cell and sends the email with the link to the form. This works fine when testing one row on the grid at a time. When I use this for real, I will probably have 4000-5000 rows on the grid and need to trigger hundreds at a time to send the emails/links. Today I tried to test 5 at a time, I updated the first to "Yes", then copied the Yes by dragging the cell (from the bottom right corner) to the other 4 rows. Only the first row triggered an email. I am not sure why, the last step in the workflow is to update another column with the send date. The send date populated for all 5 rows, so I know the workflow executed. Any thoughts on why this is not working or how I can trigger large batches at one time?
I tried copying and pasting the "Yes" into the rows as well. That also only triggered the email for the first row, but the column updated for all 5.
Thanks for any help.