Which one would you consider better implementation? Using dynamic content or hard coding when updating an item's fields in a list.
Shall I use dynamic content where I can, or use it sparingly where I must?
I see. I have technically honed it down using condition statements, but had an inkling pop up when I questioned whether hard coding would be faster than making it look up the variable. Dynamic content does feel and look cleaner though!
Hardcoding is only useful if a process's input/output will always remain the same and no variations are expected. This is seldom the case especially when updating item fields, and therefore dynamic content is better suited. This keeps your solution relevant and functional despite any changes that may occur.
@jaghachi Always use dynamic content. It makes your flow better to process different inputs from user.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2