problem with ref columns

hello, i am having an issue regarding REF data type, i have an employee list and attendance table, the attendance table has a column for the name, clock time, out time and day, i added an action to add a new record to the attendance table when i click it, however, it seems to add it without problem, but it's not being reference. i will provide images below:

this is the employee information

jpruezkiez_0-1679022582141.png

and this is the attendance table:

jpruezkiez_1-1679022649121.png

when i add the record manually, it gets referenced.

jpruezkiez_2-1679022680425.png

however i need to be able to do it automatically with an action. but when i do it when the action, that new added record doesnt get linked to the employee and appears with a yellow triangle.

jpruezkiez_3-1679022782719.png

the action i am using looks like this:

jpruezkiez_4-1679022804092.png

i really do not any approach to fix this, any tip or information that you can provide me, i would be very happy.

 

0 1 75
1 REPLY 1

logs[Name] is the Ref column to Table1? Is [Employee] the key column in Table1? I'm guessing it is not, but that it's the Label column. You need to to put key values into Ref columns. Read the following articles, and also search this forum for "yellow triangle" for more info.

https://help.appsheet.com/en/articles/961426-references-between-tables

https://help.appsheet.com/en/articles/1023086-what-is-a-key

https://help.appsheet.com/en/articles/961466-row-labels

 

Top Labels in this Space