Hi@Shazarul,
Based on the issue that you mentioned, do you want to update the two DatePicker selected date value to your data source?
Could you please share a bit more about the scenario:
- how the "FO_IN" field store the two date values, what is for?
- do you want to update the certain DatePicker selected date value or both of the two?
Actually, the Update property of the data card will update the corresponding field based on the control within. In general, there will be only one control in a data card, the Update property could update the field based on the value of this particular control.
In my scenario, normally we set the Update property of the Date and Time field as below:
DataCardValue10.SelectedDate
Note: DataCardValue10 represents the DatePicker within the "FO_IN" data card.
So please do answer the above questions and let me know what do you want for inserting another DatePicker.
Best Regards,
Qi