Hi all,
I've build a flow that creates tasks in Planner from Excel. Everything works great appart the fact that I cannot use either in the Title nor in the Description of the newcly created task, a specific column from my Excel table.
This specific column is formated as Text and contains values similar to '1.3.2.15.'
The error I get is:
"The request is invalid: A null value was found for the property named 'title', which has the expected type 'Edm.String[Nullable=False]'. The expected type 'Edm.String[Nullable=False]' does not allow null values."
Any day saving ideas?