Hi. (noob alert)
I'm working on a flow moving data from a Microsoft Form via Excel to Planner Tasks.
One challenge is that the form does not have a specific "Title" field. I want to fill the title of the task with the first 30 characters from available dynamic content.
When using this expression: substring(outputs('description'),0,30)
I get the firt 30 characters as the title. But in the case there was less than 30 characters available the flow does not work.
How does a working expression look like?
I'd like to populate the "Title" field in Planner with any text available, but not more than 30 characters