Hello everyone,
I am currently creating a model-driven app.
It consists of an eMail Massages table and a Tickets table.
I have a Power Automate Flow that creates a row in the eMails table when an email is received in a shared mailbox, after that a row in the Tickets table so that a ticket ID is created.
My problem is to append the generated ticket ID to the email. When I try to write the Ticket-ID from Tickets back to the lookup field Ticket-ID in the table Email, it throws this error:
URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment provided in the URL.
I have also tried to work with subgrids in table tickets, but since I don't have a reference value ticket ID, I can't filter the mails that are displayed.
Do you have any idea how I can link my incoming emails to the Tickets list? A direct entry in the list is not possible as the body of the emails usually have more than 4,000 characters and exceed the maximum number of characters in a field.
I look forward to your ideas!
Laalak