(Pict 1)
I want to create apps for log book of laboratory tools. right now i have 4 data (Assets, Facilities, Floors, and Log Peralatan)
How to fill the assets data in (pict 1) , if i clik actions “isi log” in (pict 2), the value in log peralatan form - Asset (pict 3) is automatically filled with the value in assets data (pict 1) that being choosen. thank youu
(Pict 2)
(Pict 3)
You can use LINKTOFORM() to prefill your form columns
LINKTOFORM(view, column, value, [column1, valuecolumn1, column2, valuecolumn2…])
1 Like
Not entirely certain what you are asking here. Based on your setup this would be the expected behavior. If you need a different asset that is prefiled in Pic3, then Linktoform would work as already stated, but my guess is you might already be using that in the action in Pic2. So then the question becomes are there many assets with the same name located at different facilities and on different floors, and how do you know if the asset that is pre-populated in the form in Pic3 is the correct asset?
1 Like