Hello Everyone,
Is it possible to print table record? I am storing data in tulip table and from user input loading the record in app through table record. (Record includes picture as well)
I understand using python to create specific format; however, I am just interested in printing the record as it is. Is this possible?
Thank you!
Amir
1 Like
Hey @AmirPatel -
There isn’t a way to print records directly from the table UI, but you can within an app. Here is an example where I am populating table data over a blank form, then using the print step
trigger action to print the step:
I have found this approach to be quite useful for generating standard documents.
Pete
3 Likes
Hey Pete,
Thank you for responding! I think I can work with this.
Thanks 
Amir
1 Like