Deeplink Page Redirection

0
Hi all, I have created a Deeplink in email that link should redirect to a registration page which is not editable , I have also tried calling other pages through the microflow none if them are editable what is the reason? why am I facing this problem
asked
2 answers
0

Hi Mahesh,

 

could you please verify the following?

  1. The object of EventInfo != empty
  2. You have edit rights on entity level
  3. The dataview is set to “Editable” = Yes
answered
0

That looks like the EventInfo object in the deeplink microflow is empty.

To test this, put a breakpoint on the Show Page action in the microflow, and call the deeplink from your browser. Once the breakpoint is hit, you can look at the variables and see if EventInfo has any content or not.

Good luck!

answered