One particular row edit always takes a loooooong time

I have one particular action whose column edit always takes a very long time to process. All the action itself does is toggle a boolean value in a single row in order to trigger an automation (to send an email). Other actions that toggle boolean values in other columns in the same table never take so long, including when I test them from the same view showing the same row. Does anyone have guidance for how to troubleshoot?

Outlier action: Always takes a long time

dbaum_4-1659583092542.png

 

dbaum_1-1659582760907.png

dbaum_3-1659582992900.png

Typical action: Never takes anywhere near as long

dbaum_5-1659583172091.png

 

dbaum_2-1659582855691.png

 

 

Solved Solved
0 3 136
1 ACCEPTED SOLUTION

I think it was the email task triggered by the row edit, not the row edit per se.

The Email Body property had multiple SNAPSHOT expressions. When I removed those, performance really picked up, and it seems to be working pretty snappy now. FYI, even commenting out the SNAPSHOT expressions didn't make a difference.

I guess the row edit action was just waiting on the end-of-automation sync before completing. I don't see that detail in the performance analyzer anywhere.

View solution in original post

3 REPLIES 3
Top Labels in this Space