Hello, I have this button
That active this workflow
The problem is that the Endpoint: reply never redirect. No matter what configuretion i use.
Thanks
Hello, I have this button
That active this workflow
The problem is that the Endpoint: reply never redirect. No matter what configuretion i use.
Thanks
I really appreciate the screenshots. It’s a huge help.
From the looks of it, you are trying to redirect an experience page from a dashboard Input Controls Block. This will not work, as the Endpoint: Reply replies to a specific endpoint request. This is why your page is not redirecting.
Could you tell me a bit more about what you are trying to accomplish? From what I can gather, it looks like you might be trying to allow your Experience users to set a threshold for a device, and then redirect them to a different page. Is this correct?
With a little more information about your use case, I might be able to provide a solution.
Thank you,
Heath
Hi Heath, yes your observation is correct. I’m trying tu save the treshold an then reload the same page to refresh a gauger. Maybe if i try with custom html block inside the dashbord? With a form can do the same . What do you think? Another thing that i try is take the ID of the botton and add the function reload with javascript in the layout but doesn’t work because i cant access at the context variable
@Jonathan_Calderon if what you’re after is redirecting the user after they click a button, I don’t think a Custom HTML Block will work, because that block exists inside an iframe on the dashboard and it does not have access to the outer scope of the parent page.
Now, there is a way you could get there from a click of an Input Controls Block button, but it’s going to take some work. I did something similar to this in our Device Provisioning Deeper Dive (starting at about the relevant point).
The steps involved are, broadly …
Let me know if this helps. It’s a lot to set up to get the experience you’re after but it should be possible.
Hi Dylan, how are you? Thanks for the reply . I was reading your solution and it’s great but, at the end, i resolved the problem with a form in the layout. Thanks for the answers Heath and Dylan i appreciate it