Skip to main content
Topic: Add session id_user to a table ? (Read 1313 times) previous topic - next topic

Add session id_user to a table ?

Hello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!!

Re: Add session id_user to a table ?

Reply #1
Hello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!!

Hi ddiaz2380,

If you already setup your authentication then you can set this  in the field properties, please see below screenshot.
https://drive.google.com/file/d/1VkE4DfjpSq9Tj2WTe9WiXmfo3KJ-2K5W/view?usp=sharing

Re: Add session id_user to a table ?

Reply #2
Hello everyone!!! How can I add the id of the user that is logged in to a table? It would be interesting and useful to add it as a defaultvalue in the row properties. Cheers!!!

Hi ddiaz2380,

If you already setup your authentication then you can set this  in the field properties, please see below screenshot.
https://drive.google.com/file/d/1VkE4DfjpSq9Tj2WTe9WiXmfo3KJ-2K5W/view?usp=sharing

Thanks for the tip, I was wrongly defining the tables, since I had the id field in all with the same name, for this reason the field did not appear. Now I understand that I must define the id with the name of the created table in order to have a control of the fields. Thank you!!! Novice mistake but good from mistakes you learn!