Feb 15, 2021 05:39 AM
Has anyone managed to able to give any hints on how to write a script to display a table contents as a table, along with images? Is there any way to include a a button or another interactive element to allow users to pick a certain record from the output-generated list, and process the record the user has picked further in the record, i.e. to create an entry on another linked table ?
As a workaround, i added a button which calls a script that does links the record to a linked table, into a view that i am displaying with the list records app - but when hitting this button, it first opens the record in an expanded view, from where i have to hit the button again, then it triggers the scripting module, hence closing the List-View App, and doesn’t return to the it any more.
Meaning that the user has 3 windows popping up, clicks the button twice and ends up somewhere else than he/she has started.
Running the whole operation (displaying the table plus triggering the interaction) from the same script would be great, but am not sure of the way it could render images and a interactive element in the table. Possible at all…??!
Feb 15, 2021 05:50 AM
Fully possible with script in Custom Apps using the Blocks SDK.
Feb 15, 2021 06:56 AM
Hi @Bill.French Good to know… :grinning:
Is there any