An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Hi @Diego Cazetta
Thanks for sharing the details - this helps.
What you’re seeing looks like a UI issue in Synapse Studio, not a problem with your pipeline logic. This behavior (values not persisting and section disappearing) has been seen in a few cases, especially when using dynamic content.
What you can try
- Refresh and re-enter once - Sometimes it doesn’t save on the first attempt but works after a refresh.
- Switch browser / use InPrivate mode - Try Edge (recommended) or Chrome in Incognito - this often fixes UI caching issues.
- Clear browser cache - Old cached scripts can cause this exact behavior.
- Use Code view as workaround Go to “Code” view of the pipeline and manually add the parameter mapping - this bypasses the UI issue and usually works reliably.
- Re-select dataset - Remove and reselect the sink dataset, then try adding the dynamic content again.
This is most likely a portal/UI glitch, not a configuration issue. Using Code view or a different browser session is the quickest workaround.
If it still doesn’t persist after trying the above, let me know - we can check the JSON together.