Scenario:
After SSO authentication, I want to capture additional dynamic information from the user profile (like department etc.) and store it as Embedded Data. This data will later determine which survey questions appear.
Questions:
-
How can I dynamically fetch and store this data after authentication?
-
Is it possible to avoid resetting Embedded Data fields that were set pre-authentication?
-
Are there performance considerations for fetching multiple fields dynamically?
