33.How to Series | Salesforce Flow | Pause And Resume Screen Flow

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 2

  • @tamilpaarvai4387
    @tamilpaarvai4387 10 месяцев назад

    Great explanation. Just wanted to check is there anyway we can pause the flow and update the record with the user inputs till that point?(want to capture the information user entered before pausing the flow)

    • @salesforcecafe101
      @salesforcecafe101  10 месяцев назад

      Glad that you have found the video helpful !! In regard to partial save question, I do not think there is OOTB way to commit partial data in DB before flow is paused . We may have to introduce additional logic to get the partial data committed using create records element and process as needed. Hope it helps !