How to edit a long expression in text element without deleting and starting over?

I will have long expressions that will need to be edited in development. It would save a lot of time to not have to recreate the entire thing each time, as currently (unless I am mistaken) to edit an expression (other than at the end) requires starting over from scratch.

2 Likes

Seconded. It would also be nice to be able to see the type of thing and options for each part of the expression without clicking on it and erasing everything after the selection.

Yeh, having to rebuild long expressions is tedious.

You might be able to break the expression up into multiple (invisible) input elements. I’ve been doing that to create branching logic. It’s easy for one expression to work with the value from a different input.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.