Announcements
Hello,
I hope someone will be able to help me with my quest.
I have an expiry table (new_tablee) that contains 2 fields:
table name (new_tablename)
remind me before (new_remindmebefore)
another two tables:
Students that contain: Name (cr6ec_name), Date(new_date), email(new_studentemail)
TBs that contain: Name (cr6ec_name), Student Name (new_studentname), Course Name (new_coursename), Date(new_date), email(new_studentemail)
**Student name and course name are lookup fields
the azure function should read the records in the expiry table to check the date based on "remind me before" every day.
then if the case verifies with remind me before values, it should create a new record in the notification table with fields: Name (new_name), student email (new_studemail), Date (new_date) = today's date, Stat (new_stat) = in progress.
Can someone help me with the azure function?
Thank you!
I think you would find it far easier to do this with a scheduled flow in Power Automate.
Very easy to get current date and then add a conditional check and if yes create your records.
Hi,
You can also use Dataverse Service Client to connect to Dataverse using azure function version 3
Use .Net Framework option - it will create the function you need.
hello a33ik,
I have followed several tutorials on creating an azure function, but I cannot find "Azure Function v1 (.Net Framework)" when creating a new project.
I am using Visual Studio 2019. Is that the reason? Should I update it to 2022?
Thank you.
Hello,
Here are few articles that can help you:
I am new to Azure functions.
I do not know where to start and how to make the connection with CRM to be able to retrieve data and create records.
Hello,
So what exactly is not clear to you?
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156