Azure / LogicAppsUX

https://learn.microsoft.com/azure/logic-apps
MIT License
75 stars 81 forks source link

DataMapper canvas is unable to render the saved mappings. #3520

Closed bankarswapnil closed 8 months ago

bankarswapnil commented 11 months ago

Describe the Bug with repro steps

DataMapper canvas is unable to render the saved mapping.

  1. Create a data mapper
  2. add target XSD & JSON as source schemas
  3. Do few simple 1-1 mapping, may add couple of simple string functions
  4. save & generate the xslt
  5. confirm respective yml & xslt files are getting created with respective code.
  6. close the mapper canvas
  7. now try reloading the data mapper
  8. you can only see source & target xsd/json schemas but mappings along with functions will be missing
  9. So you do not have any option but recreate the mappings.

Screenshots or Videos

No response

Version

2.75.0 (2023-10-19)

Additional context

Interesting part is, post reopening the data mapper (which fails to render the mappings) if you still go ahead try to run the tests it will run with success provided you do not save it or click on generate button. Because if save the data mapper then yml file will be cleared because your screen does not have any mappings.

AB#25588268

DanielleCogs commented 10 months ago

Hi @bankarswapnil would you be able to upload your schema and test LML file? As is I am unable to reproduce the issue. Thanks for your help!

DanielleCogs commented 8 months ago

Closing stale issue