alexed1 / LightningFlowComponents

A collection of unofficial Flow extensions that can be used to enhance Salesforce Flow and Orchestrator.
http://unofficialsf.com
Other
575 stars 573 forks source link

Show Toast not working #178

Open dleland opened 5 years ago

dleland commented 5 years ago

I have been using the ShowToast component for a while now but I can no longer get the message to show. I typically have the ShowToast as the last step of my flow, to show a completion message.

gvgramazio commented 4 years ago

I have this issue too.

brainage2 commented 4 years ago

How do i show an error message in an autolaunched flow triggered by Process builder? Any workarounds?

ericrsmith35 commented 4 years ago

Please try Version 2.0 and let us know if you are still having issues.

lvillanueva1916 commented 4 years ago

Currently having this problem as well. Verified version 2.0 is installed. I've tried plugging in the component in several different places in the flow, but still not working

ericrsmith35 commented 4 years ago

Capture Try creating a very simple test flow and add it to a Lightning Page and see if you are still having issues. I am unable to reproduce your problem.

lvillanueva1916 commented 4 years ago

I think maybe I'm misunderstanding how this has to be used - I was trying to use it in a flow that was triggered from a button press, which was really a url redirect. This looks like it has to be embedded in the page?

ericrsmith35 commented 4 years ago

No, it is an action that can be added to a flow. See if it makes any difference if you have it on a Screen Flow rather than an Autolaunched Flow.

On Thu, Mar 12, 2020 at 10:37 AM lvillanueva1916 notifications@github.com wrote:

I think maybe I'm misunderstanding how this has to be used - I was trying to use it in a flow that was triggered from a button press, which was really a url redirect. This looks like it has to be embedded in the page?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/alexed1/LightningFlowComponents/issues/178#issuecomment-598223468, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF4UHX6A5NUX3BM4P23V76TRHDXSXANCNFSM4IPPMQ7A .

lvillanueva1916 commented 4 years ago

That's just it, though, I put it in a screen flow initially. See screen shot below.

image

adwhite75 commented 3 years ago

@lvillanueva1916 / @gvgramazio is this still an issue you're seeing? To be clear, this will not work in the Debugger you have to test it out on a lightning page.

narmic commented 3 years ago

Hi @ericrsmith35 I created a screen flow using ShowToast 2.0 with a clickable link (using the same structure as the fContactRecordURL example) and added the flow to a lightning page in a sandbox. Works great an a desktop however when I test it in the mobile app the {url} piece is replaced with "{1}" rather than a clickable link. Is there a way to make the link clickable in the mobile app as well? Not 100% sure if this is expected or not. Thanks for creating so many cool flow tools!

ericrsmith35 commented 3 years ago

The '{url}' is replaced with '{1}' inside of the component, but the system then should replace that with one of the other attributes. I'm sorry, but I do not know why the exact same component would work on a desktop but not on mobile. Maybe someone else here could take a look?