I need some input on an issue I’m facing. I have built a portal with a table portlet that has a custom button flow connected to it. When I run it the first time, it works perfectly. However, when I run it a second or third time, it crashes for some reason.
Here’s how it looks when I run it the first time after selecting a row. The picture on the right shows how it looks when I run it again on another row directly after the first one.
Do you have any suggestions on why this might be happening?
Depending on the version of portal it also used to be called InputTbl in older versions (if memory serves me), best way to check what is transfered when clicking the button is to open Networking in the browser dev console:
This helped a bit. When I run it in developer mode (Ctrl + Shift + I) in Edge, there is no problem; I can run it multiple times consecutively. However, when I close developer mode and run it normally, it crashes again.