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?
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 ,
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?
Formula 1: TRIM(SUBSTITUTE(LEFT({!SelectedAccountString},FIND(";",{!SelectedAccountString})),";","")) Formula 2: TRIM(SUBSTITUTE({!SelectedAccountString},{!SingleAccountString} + ";",""))
Thank you. This was a great help for so many use cases I encounter.
Thanks! This was a lifesaver!
Massive thanks for this Alex - solved an issue I was having creating child records in a loop use case. :)
Thank you very much for your solution. I hope someday this is not needed and they implement the loop from multiselect picklists
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?
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 ,
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?
Please paste the 2 formulas in the comment. Thanks
I want explanation in voice!
Formula 1: TRIM(SUBSTITUTE(LEFT({!SelectedAccountString},FIND(";",{!SelectedAccountString})),";",""))
Formula 2: TRIM(SUBSTITUTE({!SelectedAccountString},{!SingleAccountString} + ";",""))
this formula is incorrect