Show Message Wont Show

0
as you can see im using import csv widget to import cvs data into object the widget call a microflow to import the data in the microflow that got call i insert show message widget to show which column and row the user have problems with but the message wont show, the message supposed to got call when the input is wrong and end the flow but it just skip to end flow and the message not showing up, how do i fix this ???
asked
1 answers
1

Are you running the Import CSV action with the Use System Context option set to true? If you are, then I suspect this isn’t associated with your user session so the message won’t show.

I think you have two options:

  1. Don’t use the system context.
  2. Change your show message action to a log message action watch the logs for errors instead of having them pop up on screen.

Good luck!

answered