I have a button in low-code which executes a script with 'guids' parameter.
If I selected multiple DOM instances in the table and press the button, it used to include all the guids.
That doesn't happen anymore.
I think something changed in the logic, and I wonder how to get the same functionality again where all selected guids are passed to the script.
Hi Jeroen,
We can confirm this is a software issue which we aim to resolve as soon as possible.
Progress can be followed with the following task: DCP236827. We'll post an update here once it's resolved.
Hi Jeroen, are you using Query Rows for the feed or object manager instances? I experienced the same issue, and using Query Rows was the fix. After testing locally, indeed that seems to be the case. Can you check that?
I would expect the behavior would work the same for both, but perhaps the object manager instances latches onto only the first instance.
EDIT: Update to have the ID (guid) into the columns to be used in the feed, but not shown in the data:
The workaround here I’ve done is to keep the GUID as a column, but filter out from being shown on the user interface by dragging the columns you want to display into the filter. I’ve updated the main answer with a screenshot
I had a look at the GQI, but I don’t think the guid is part of the available data to display in the columns I’m afraid.
I created a software issue task to have this behavior fixed
thanks Blake.
I think the problem I have now is that with Query Rows, I can select all columns, but I can’t select the GUID, because that’s hidden in my app.