Create Multiple child records based on a number field in the parent record using Lightning

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

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

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

    I can't like this video enough! I spent an hour or so working on this then saw your video and got it done in 10 minutes. Thank you!

  • @bonnielbailey
    @bonnielbailey 7 หลายเดือนก่อน +1

    Hot dog!! This is just what I needed. It worked like a charm. Thank you SOOOOOO much!!!

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

    Thank you so much!!

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

    thank you bro

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

    Make it on update too if we created 3 record using number field then if we update the value to 6 in place of 3 then 3 records should be removed..

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

    I have a field called Number of Routes in an object called Create Experiment. When I specify the number of routes, those many routes are created. If I give 2, R1 and R2 are created. If I give 3, R1,R2 and R3 are created and so on. Now when I go to related tab of routes and update the number of routes from say 2 to 3, 3 new routes are created instead of creating one extra route.
    So for example:
    I create 2 routes first, R1 and R2. Now, I Update number of routes to 3. Then I only need one extra route R3 to be created but instead again R1,R2 and R3 are created. So, I have R1, R2 from the first step and then again R1,R2,R3 from the update.
    To summarize; what I have: R1. R2 R1 R2. R3
    What I need: R1 R2 R3
    How can I do this in flows