Skip to main content

Writing to a record when the flow is stopped

If a user stops the flow by, say, closing the browser, is there a way to then create a record? Essentially I want to track users through my flow and see where they abandon, or see where they have success. I would love to be able to collected the stages they go through and write those to a record in the end without having to update the record at each step of the way. I am worried about the writes required, the time it would take etc.

 

Is there a way to do this, or am I worrying about something that probably isn't an issue anyway?

8 件のコメント
  1. 2021年4月26日 20:38
    the point is there should not be any screen element in between, two create elements (parent and child) are ok and most likely they will not be able to stop in between. But create parent, have a screen for more info for child, that's the point where they can stop
0/9000