I have a challenge where our azure ad attributes as well as our user profile is returning values we need but surrounded by gibberish. I can remove the gibberish with JS but i am unable to set a field value using a function in the new modern dffs using the ID of the field.
I have used something like this and a lot of variants.
document.getElementById(“TextField219”).value = “your_value”;
Any direction would be greatly appreciated!