Salesforce Screen Flow: Get Current Record Id

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 29

  • @DaveSmagorinsky
    @DaveSmagorinsky 9 หลายเดือนก่อน +1

    This was a huge help! Salesforce needs to have screenflows populate with a default recordId variable, this would solve so much confusion

  • @savanahm4083
    @savanahm4083 ปีที่แล้ว +1

    Thank you so much, your video is literally the only one that made sense on this topic! ❤

  • @21dewsbury
    @21dewsbury 11 หลายเดือนก่อน

    Good presentation. Well paced (no superfluous waffle!)

  • @27Vik
    @27Vik ปีที่แล้ว +1

    Very helpful, thank you!

  • @leandrocoria2583
    @leandrocoria2583 ปีที่แล้ว

    Thank you so much! I've been looking for this all day and your video really helped me. Greetings from Argentina!

  • @pranitlandge3117
    @pranitlandge3117 ปีที่แล้ว

    Thank You! It worked!!

  • @AlexanderVydrin
    @AlexanderVydrin 7 หลายเดือนก่อน

    Thanks a lot! It was very helpful

  • @nicolasezequiel
    @nicolasezequiel ปีที่แล้ว

    Thanks for the explanation

    • @nicolasezequiel
      @nicolasezequiel 2 หลายเดือนก่อน

      Fun fact, I found my self coming back today to this video, so thank you again!

  • @flaviodasilva2645
    @flaviodasilva2645 ปีที่แล้ว

    Thank you very much!

  • @Endlesstac0z
    @Endlesstac0z 6 หลายเดือนก่อน

    This is slick, Thanks!

  • @kathyharringtonsullivan562
    @kathyharringtonsullivan562 9 หลายเดือนก่อน +1

    Thank you, this got me out of the weeds!!

  • @tonycadiz891
    @tonycadiz891 ปีที่แล้ว

    Nice! If the button was located in a related list, would that work as well? Thank!

  • @rameeshar707
    @rameeshar707 11 หลายเดือนก่อน

    Please make a video on sub flow!

  • @mounikakattakole2222
    @mounikakattakole2222 9 หลายเดือนก่อน

    Hi I'm trying to create a flow by getting contact records which are created before 30 days abd send a welcome email regarding our products can you help me?

  • @raulgranados2651
    @raulgranados2651 7 หลายเดือนก่อน

    this doesnt work if the flow is embeebed in a record page? recordId is null

    • @KofiGreat99
      @KofiGreat99 5 หลายเดือนก่อน

      Check the name of the record Id.... it should be 'recordId' not 'recordid'

  • @khz258
    @khz258 4 หลายเดือนก่อน

    Thank you

  • @michaelagoen4603
    @michaelagoen4603 ปีที่แล้ว

    Great. thx.

  • @akshaykhairnar1747
    @akshaykhairnar1747 8 หลายเดือนก่อน

    It is updating all records😢

  • @HUBSPOTACADEMY-y7q
    @HUBSPOTACADEMY-y7q ปีที่แล้ว

    Hey Nick, what do you think of pipedrive?
    -Your biggest fan

    • @nickfrates
      @nickfrates  ปีที่แล้ว

      I’ve never heard of it until now! Lol

  • @KenNYC212
    @KenNYC212 3 หลายเดือนก่อน +2

    No need to do a Get Records -- this demo is kinda confusing as it defeats the whole purpose of using recordId.
    Instead, just change the recordId data type from Text to Record. You will then be able to access every single field from the current record (e.g. {!$recordId.Name}, {!$recordId.YourCustomAccountField__c}, etc.) right within your flow.
    The only reason you'd ever want to set recordId to Text is if you literally want to get only the Id, such as to say compare its Id to another, or to do a Get Records on a related object (e.g. Contact where AccountId=recordId).
    Also, adding a flow Lightning action button to the page layout using the Classic page layout editor is kind of dated -- skip this and just update your highlights component, then add using Lightning actions. This also gives you the flexibility to add conditional visibility on the button without creating separate page layouts, record types, or profiles.

  • @MikK5
    @MikK5 ปีที่แล้ว +1

    This particular approach didn't work for me as in my case I didn't want to have a button launch the screen flow. Instead I put the screen flow as a screen component, so I needed the flow to automatically run/launch. This other video was the solution in my case: th-cam.com/video/YNzSOWNNgEI/w-d-xo.html

    • @balintnagy6744
      @balintnagy6744 10 หลายเดือนก่อน

      great tip, helped me out.

  • @mahendrachoudhary384
    @mahendrachoudhary384 8 หลายเดือนก่อน

  • @mounikakattakole2222
    @mounikakattakole2222 9 หลายเดือนก่อน

    Hi I'm trying to create a flow by getting contact records which are created before 30 days abd send a welcome email regarding our products can you help me?