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.