How to set current row data?

I’ve been trying to create a contact table but every input I place that has it searching for data and then calling upon the current row’s data set hasn’t worked. Any ideas as to why?

Are you using a RG to pull the data from a database? Are you properly binding at the parent-level?

I guess your problem is no data is being shown on screen, inside the Table.

Could you share what’s the Data Source you are using for the Table?

It looks like the Data Source is not retrieving any record. Most probable causes for this are:

  1. Broken Table’s data source reference to a container data
  2. Non-existent records for the searched datatype
  3. Too restrictive constraints in the Data Source search expression
  4. Privacy Rules preventing the user to find datatype records via search

This topic was automatically closed after 70 days. New replies are no longer allowed.