We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
I was able to use the "Advanced dashboards - Redirect" to work with the following script:function evaluateEvent({api, event}) {
var table = event.payload.table;
var sys_id = event.payload.sys_id;
var url = table + '.do?sys_id=' + sys_id;
retur...
I'm running into the same thing, and if I understand what is being said - it isn't just a 1 time thing while the page is initially loading - it's that it repeats while the screen is displaying. It's on about every screen in our Portal. I'm used to ...
What I had done was set a Flow variable that was a string of the instance URL. When I did the whole Insert Link, the URL part looked like this:
{{fd_transform:21f9dc63-37d9-44d6-a734-a9611ab59213}}service_portal?id=ticket&table=sc_req_item&sys_id={{...
The reason this occurs is because you are impersonating the original User when you try to create the 2nd User. I also just ran into this, and to test it out I impersonated myself right before creating the 2nd User and then the Create worked. Becaus...
When you put the data pill in the email body, you can then view the source. When you do, you can get the data pill value, which is some transform id. Just find something that says "data-pillvalue=" and copy the "{{fd-transform:xxxxxxxxxxx}}" part.
...