Be sure to review our Idea Submission Guidelines for more information!
Submission GuidelinesThis should be for all tools where formulas can be written and should work for all formulas as well, but I will give you my specific pain point as a easy to understand example.
When I write any formula where I am using CONTAINS, i am always thinking through the issue and writing the formula at the same time so I think [Name] contains "Test"
and I write [Name] and have to go back and add the CONTAINS before it, but when you do that instead of automatically wrapping itself around the field it does this:
Contains(String, Target)[Name]
Can we get an enhancement that sees if you are writing a formula up against a FieldName it will automatically "ingest" the field name into the syntax and leave you with something like this:
Contains([Name] , Target)
That will leave all the other variables which still need to be completed, but it will save time of having to clean up the text of the formula itself.
****Hopefully this makes sense. If you need me to expand on this, let me know. Otherwise hopefully other folks feel my pain and can add their commentary in here as well.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.