Loading table records into the Record History Widget

Can I load table records into the record history widget without a table ID? Can I use a table query to pull from the table in the record history widget? Or load all records and use the filter function to narrow the results down?

I figured it out.

I was trying to load the record through a trigger but it didn’t allow me to use a query created in the table. I embedded the table which allowed me to use the trigger, and then once the record is selected it populates the record history widget.

1 Like