I'm working on a Form and Dataset Brick. I've got some background in coding enough to change a few table elements.
What I'm trying to do now is change the dataset. Right now the table is pointing to a dataset that was seemingly created when I created the brick. I renamed the dataset "P&F Test Form". Everything is working perfectly to sync to this data set and I was able to update all the field names and table names to my new names. The problem is there is no data in this dataset accept for what I've entered during my test.
I have another master P&F Form Dataset that has around 300 rows of data. I would like to change the form from the test to the master and have the table fill in all the rows.
When I change the "Dataset" in the SELECT DATASET to the master I can see everything populate in the bottom view table, but not in the card table?
I assume I have to change something in the Javascript, but have no clue what to change.
I would also be just as happy to import the data from the master to this dataset, but again, don't know how to do that.
SCREENSHOTS BELOW
Current:
This is what happens when I change the dataset - the old data remains. This other dataset is considered a "webform" not an AppDP (API) which is maybe the other reason it's not working?
THanks