FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Skip the Designer — Editing Logic Apps Data Mapper LML Files Directly
How-ToWeb Development

Skip the Designer — Editing Logic Apps Data Mapper LML Files Directly

via Dev.toDaniel Jonathan5h ago

The Azure Logic Apps Data Mapper has a visual designer in VS Code. You drag lines between schemas, drop in functions, and it generates an .lml file (YAML) that compiles to XSLT 3.0. In theory, you never touch the YAML. In practice, the designer has reliability problems that make direct LML editing the better workflow. Why skip the designer? The designer doesn't always persist changes correctly: Changes revert on reopen — save, close, reopen, and the .lml on disk has the old value String literals lose inner quotes — xpath("'kg'") becomes xpath("kg") , changing a literal to an element reference Expressions get corrupted — conditions like xpath("if (...) then 'Y' else 'N'") lose quote characters Function arguments get rewritten — argument order or paths change silently No undo across sessions — you need git diff to catch silent corruption These happen with normal operations, not edge cases. What LML looks like LML is YAML. Here's a complete map: $version : 1 $input : XML $output : XML $so

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

Rob Pike’s 5 Rules: The Secret to Building Systems That Actually Survive Production
How-To

Rob Pike’s 5 Rules: The Secret to Building Systems That Actually Survive Production

Medium Programming • 6h ago

Bipolar and Sleep Deprivation: What Actually Happens
How-To

Bipolar and Sleep Deprivation: What Actually Happens

Dev.to • 7h ago

Learn how to develop like a pro for free
How-To

Learn how to develop like a pro for free

Medium Programming • 7h ago

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it
How-To

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it

ZDNet • 9h ago

How to Create and Use Checkboxes in Figma
How-To

How to Create and Use Checkboxes in Figma

FreeCodeCamp • 9h ago

Discover More Articles