Collecting Multi-Page form inputs on same dataset line - possible?

Very green here, first post so please be gentle :wink:

Background : I’m creating a sales lead landing page with a series of form buttons, (linked to field inputs) value entries, and selections on multiple pages (eventually 10-12 pages) and would like for them to all populate on the same line in the dataset [screenshot attached].

On each page, there are 1-3 question options to select that are using the “setFieldValue” function to update P,R,&M fields. P&R are on the 1st page with setFieldValue P=Yes then R=No and if R=Yes then P=No. On the 2nd page, M =yes/no.

Issue : P&R show up on Line 2, and once clicking either option on the “Home Page”, linked to next page, and the selection on that 2nd page inputs to a new line, Line 1. Eventually this will create more unwanted problems and 20+ lines with many unpopulated fields on the dataset.

Goal: Is it possible to get all user input data from various pages linked between on a single line?

I understand this could be taken care of after by creating another dataset that pulls in from my ProfileData dataset to grab all of the entries but I am wondering if this is possible to do during the user input phase as they’re clicking through all of the pages with their selections based on the “owner” field which appears to be unique to the site visitor or otherwise.

I appreciate your suggestions and time reading! Glad to be a part of the group here. Cheers.