I have a scenario where I have built a template column for the add rows mutation to use in a Call API action to add rows to a GBT.
I have 2 columns in the GBT (both have row owners applied in the GBT.)
The first will store an email address (retrieved via a lookup in the user table for the user’s current Event where their email is stored as row owner for the FiledStaff column in the Events table).
(The users table also has row owners applied to the user email address.)
The second column will store an identifier related to a region (also retrieved via a lookup in the user table for the user’s current Event where the event’s regional identifier is stored as a row owner in the Events table).
The template column I have for the mutations to add rows is definitely set up correctly and the add rows is working as expected - except that the email field is not being reflected. The template column just shows the column name.
See results of the template column below.
The last two items refer to the columns I mention above.
Why would the email address not be returned correctly whilst the regional identifier is?
If you add a template column to your Store Items table, and fill it with the value of that Single Value column from the User Profile row, what do you see?