I've used Usync Migrations to export all the data from a V7 installation, however after quite some time already modifying the content in V13, I noticed all radiobuttons are blank.. Is it still possible to restore these values somehow ?
It's a default radiobutton, nothing custom about it.
Ambert
01/17/2024, 9:01 AM
Hmm it seems, after saving one item with new selected values, the current varcharValue is an ID
But upon saving, the varcharValue is a string value
Well I think I make it easier.. the values are 141-145 for 5 different values of a single radiobutton.. so logically its the first value of the item... so 5 queries to replace 141-145 with the actual value should be doable I guess 😛