How to add the "Username" variable as column in the facilitator menu -> Class results table?

Hi All

I cannot find a way how to add the “Username” variable as column in the facilitator menu -> Class results table. “User” is there by default, but I would like to add the “Username” variable as a separate column.

Could you help?

Thanks in advance.

Best, Greg

Hi –

Unfortunately, there’s no way to include the username via the interface builder controls.

You could build a custom page that uses JavaScript to retrieve the data with API calls and build a table. You can create a RunService object and call the query method to get a list of runs. More information is available here:
https://forio.com/epicenter/docs/public/api_adapters/generated/run-api-service/