is there a field in the tasks api response that shows if a task is created by a user or a form

I am trying to create logic in a board if a task was created via a form or directly from a user in the UI.

Is there a field from the tasks GET call that would show me this?

The only place that I can see so far is that in the notes field there is a last line that is appended to that text that says "\nThis task was submitted through New Study\nhttps://form.asana.com/?k=XXXX"

I am not sure how dependable that would be to build automation off of

There is not anything explicit in the response that tells you this.

That’s exactly what we do in Flowsana to identify form-based tasks. Based on our experience, it’s a very solid way to it - we’ve had no issues using this approach.

1 Like

ok. thanks!

1 Like