You need to sign in to do that
Don't have an account?

flow and custom button
Since yesterday, i have a problem with a flow called by custom button.
The custom button contains the following url:
/s/flow/RiassegnaCaso?IdCaso={!Case.Id}&CurrentUserId={!$User.Id}
with 2 parameters, caseId and UserId.
It worked fine for over 6 months. Now the error message is:
"An unmanaged error occurred in the stream"
The custom button contains the following url:
/s/flow/RiassegnaCaso?IdCaso={!Case.Id}&CurrentUserId={!$User.Id}
with 2 parameters, caseId and UserId.
It worked fine for over 6 months. Now the error message is:
"An unmanaged error occurred in the stream"
https://trailhead.salesforce.com/en/content/learn/projects/flow_calculate/flow_calculate_implement
Yes, it is very strange.
I confirm you the flow is active and it is working fine till friday evening
RICERCA RAPIDA: Select_Current_User
Trova tutti i record User in cui:
Id Uguale a {!CurrentUserId} (null)
Memorizza questi record in {!CurrentUserVAR}.
Salva i valori di questi campi nella variabile: Id, Name
Risultato
No record found
RICERCA RAPIDA: Select_Case
Trova tutti i record Case in cui:
Id Uguale a {!IdCaso} ()
Memorizza questi record in {!CaseToUpdate}.
Salva i valori di questi campi nella variabile: Id, Informazioni_di_Risoluzion__c, Ultimo_Titolare_User__c, DettaglioMotivo__c, CaseNumber
Risultato
No record found.
The select queries for user and case failed.
https://salesforce.stackexchange.com/questions/261119/lightning-navigation-is-not-working-after-summer-19-release
https://developer.salesforce.com/docs/atlas.en-us.lightning.meta/lightning/components_navigate_add_params.htm