Setpagevariable set to Output of Date picker. But it does not pick up the date from the datepicker. No matter what I set the Date variable to, even as text it will not pick it up.
Any ideas how this can be made to work? Thanks in advance
How is your Datefield - field set up (I assume that’s where you show the variable value)? Can you confirm that the page variable itself doesn’t get updated and it’s not an issue with a formula? What device(s) are you facing this issue with?
Yes I can confirm that the page variable does not get updated, there are no further changes made to the Datefield.
I worked around it by using DataVariables instead of PageVariables, the DataVariables then go through a create Record process and are written to the datasource and then the whole thing works, but is that the right way to go?