A built-in block for simple value mapping and conditional logic (like if, switch/case, or dictionary mapping) within scenarios.
complete
Barbara Plaza
Currently, to convert values (for example, map month numbers like “01”, “02”... to Polish month names), I need to add 12+ text replacement modules, which makes the scenario unnecessarily long and hard to manage.
There is no option to use built-in logic (if, switch, case) or simple code (like JavaScript or Python) for such data transformations unless I integrate an external app, which is not convenient for security and workflow reasons.
It would be extremely useful to have:
A mapping block (dictionary, switch/case, or value map)
Or a custom code block (JavaScript, Python) directly in Make, without relying on third-party integrations
This would make scenarios much more efficient and user-friendly for everyone who needs basic data transformations.
Log In
D
Darin Patterson
complete
Hi Barbara, for this use case -- you can simply use the Tools: Switch module (see screenshots).
Alternatively, you could also use the bulit-in AI Tools modules (but that's probably overkill).