Page 1 of 1

Pass data between Fast forms

Posted: Wed Apr 13, 2022 3:37 am
by tpolimeni28
So, I’ve been reading and poking around a bit, not sure if this is possible or not. I’ve been look for a way to say if fast form 1 contains mass amounts of data say title
Are cost month year services quote quarter completion status. That is increate a FF2 is there a way I can pull the data from fast form 1 to fast form 2 for only the items I want to present to someone…

Like on fast form 2 take the following data from ff1 for Month year cost and status and have that data inserted into fast form 1 either but a button click or a linkage between the forms/ database?

I know I could write a python script that connects to the db, extracts out the data from table 1 into a csv then import that data into table 2…I much preferred a button click or something to do this within nubuilder opposed to using an external code to accomplish it.

Re: Pass data between Fast forms

Posted: Wed Apr 13, 2022 5:51 am
by kev1n
Hi,

You could use the same table in both forms and show in form 2 just the information you want.