I want to use Javascript Workflow to make a button that allows me to get multiple records and create new record based on the selected records,
but right now I don’t see any way to get the record selected on the list page.
For example, is there a built-in parameter like {id}? Or a function like query.getAPIResultsFull(), which gets the selected records.
Or if the selected record cannot be used, are there other alternative methods that can achieve similar results?