I want to capture time in a cell automatically only when status of another cell changes and I don’t want the time to be able to edit by anyone other then admin
i have 2 tables, in table 1 with colomn order id, bags
in table 2 also similar colomns order id and bags, for order id, your expression above was helpful, in table 2 bags colomn i want to pull the exact cell value of that particular order as in table 1.
It sounds that you have been pulling a few column values between two tables. I may also request you to take a look at following relevant articles and Tips and tricks posts, just in case you have not browsed those
[References between tables - (sample app)](https://community.appsheet.com/t/references-between-tables-quick-tutorial/17598) Tips & Tricks ?
(This tutorial product tour has been retired, but the app used for it is available here to reference: Facility Inspections - AppSheet)
My request to you will be to evaluate use of referencing if feasible.
Also I believe, community will be able to suggest better if you can furnish more details about your table structure such as if you have parent child relationship in your app between these tables etc.
It may be difficult to suggest exact or proper solution without knowing more details about the table structure and their relationship with each other…
In general, I believe, you may wrap your expression with ANY() if the SELECT() statement is likely to return only one value from the [Bags] or you may wish to make the Bags column in table 2 as Enumlist type or a VC depending on your app. structure and requirements.