How to Loop over a multi-select picklist field in a Flow

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

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

  • @AbhishekSemwal-p9o
    @AbhishekSemwal-p9o 5 месяцев назад

    Thank you. This was a great help for so many use cases I encounter.

  • @lthrnek71
    @lthrnek71 2 года назад

    Thanks! This was a lifesaver!

  • @Russellheasman
    @Russellheasman 4 года назад

    Massive thanks for this Alex - solved an issue I was having creating child records in a loop use case. :)

  • @MarcosHidalgo
    @MarcosHidalgo 3 года назад +1

    Thank you very much for your solution. I hope someday this is not needed and they implement the loop from multiselect picklists

  • @henrikrabell9760
    @henrikrabell9760 4 года назад

    In the screen "Select Accounts" I cannot create the Picklist Choice Set "AccountNames" - what am I missing? Is it anywhere in this video, I can see it being made?

  • @brahmareddy7149
    @brahmareddy7149 2 года назад

    Hi thank for the videos,
    I want get country selected value (multipicklist ) from Opportunity Owner (user object) and same should to user via screen flow to choose one country & same update country value in opportunity custom field.
    Is it possible via flow? please help me on this ,

  • @henrikrabell9760
    @henrikrabell9760 4 года назад +1

    is it possible for you to write the the 2 formulas from "SingelAccount" and "UpdatedSingleAccountString" in in the comments below, so we can copy them?

  • @yogeshmathankar3769
    @yogeshmathankar3769 4 года назад +1

    Please paste the 2 formulas in the comment. Thanks

  • @MrDancingNemo
    @MrDancingNemo Год назад

    I want explanation in voice!

  • @LaraHendrikx
    @LaraHendrikx 4 месяца назад +2

    Formula 1: TRIM(SUBSTITUTE(LEFT({!SelectedAccountString},FIND(";",{!SelectedAccountString})),";",""))
    Formula 2: TRIM(SUBSTITUTE({!SelectedAccountString},{!SingleAccountString} + ";",""))

  • @yedhuprakash6098
    @yedhuprakash6098 11 месяцев назад

    this formula is incorrect