I had a field in SharePoint list called "Registration Date". I designed a powerapps form and was able to submit successfully.
However, we had a change in design and the "Registration Date" field to be split into 1. Registration Date (From) , 2. Registration Date(To).
To implement this, I renamed the existing Registration Date to Registration Date (From) and created an extra field in SharePoint for Registration Date(To)
However, I needed FromDate and ToDate field inline, rather than on separate datacard. Since its 2 different datacards, am unable to club it together in a single field adjacent to each other.

I added a datepicker inside one of the datacard and the datepicker now appear adjacent to each other. However, the 2nd datefield added through powerapps, should get saved into the SharePoint field.
Anyidea on how to save the date value from the datepicker added through powerapps to Sharepoint.