I'm a newb, but learning!
Here's what I am trying to accomplish:
Students complete a form in which they are able to select to be contacted by a certain instructor. I would like the flow to automatically read the submission and rout the data to the selected instructor.
Here's what I've completed:
Here's what I need help with: (Please and Thank You!)
Here's a photo of my flow:
Here is the remaining detail of the other parts of the flow.
Amazing! Wow. Thank you so much, Tom. You are a ninja 😀
Hi @cburket ,
It looks like you typed in the expression in the compose, it has to be an expression. Delete the content there, then exit the compose and back in, next click on the "fx" that will appear in the right of the field in the compose. That's where you write expressions. You got this!
Please mark as a solution ✅ and/or give me a thumbs up 👍🏽 for replying and volunteering my time! 🎗️ Always glad to help! Tom ⭐⭐⭐⭐⭐
Thank you so much Tom! I really appreciate your time. After revision, the run failed. Please bear with me...
I am getting this error:
Syntax error at position 38 in 'Date eq 'formatDateTime(UTCNow(),'yyyy-MM-dd')''.
inner exception: Syntax error at position 38 in 'Date eq 'formatDateTime(UTCNow(),'yyyy-MM-dd')''.
clientRequestId: 2b55077c-68c3-4466-af44-7fb178e3534f
Here is the revised flow order:
To make it dynamic add a compose before:
formatDateTime(UTCNow(),'yyyy-MM-dd')
Then, for your OData filter Date eq 'output(Compose)' //select the dynamic content of compose, put inside ' '.
Please mark as a solution ✅and/or give me a thumbs up 👍🏽for replying and volunteering my time! 🎗️ Always glad to help! Tom ⭐⭐⭐⭐⭐
Hi @cburket ,
Please use this in your OData filter:
Date eq '2023-08-15'
Please mark as a solution ✅ and/or give me a thumbs up 👍🏽 for replying and volunteering my time! 🎗️ Always glad to help! Tom ⭐⭐⭐⭐⭐
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492