Which of the following HubL and HubDB behaviors should be avoided if possible?

✅  The correct answer is:

Use multiple requests to the same table to build complex templates.

Question:

Which of the following HubL and HubDB behaviors should be avoided if possible?

Solution:

  • Use a filter query to reduce the data returned from a request.
  • Use the reject attribute filter to create subsets of table data from an initial request.
  • Use multiple requests to the same table to build complex templates.
  • Use loops to access data in multi-select columns.