Pass data between Fast forms
Posted: Wed Apr 13, 2022 3:37 am
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.
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.