Hello!
I currently have a PowerApps app that uses a Power Automate flow to create new rows in a Dataverse Table, using the user input. Currently, for creating an "Event", I have a combo box input in PowerApps that has an items property of my "Jobs" table. It allows the user to set what Job this Event should be associated with. I am passing the unique identifier of that Job to the Power Automate flow, but I can only pass it as text given the limitations of the "PowerApps requests a flow" trigger and the allowed parameter types. The column in my Event table for associated job is of type "Lookup", and it references the Job table. As a result, when using the "Add New Row" Dataverse action in Power Automate, I cannot use the unique identifier obtained from powerapps as a value in the "Add New Row" action. Is there any way I can use this unique identifier in my "Add New Row" action in order to populate the entry with the Job item that has that unique identifier?
Currently, I try to pass in the job id and am getting this error: "URL was not parsed due to an ODataUnrecognizedPathException. Resource not found for the segment 'JOB-000024' provided in the URL." This makes sense of course because I am trying to put a text value into a Lookup column, but I just wanted to note where I'm at.
Sorry, I know this one is a bit confusing, but I am happy to answer any questions in order to figure this out, it's quite important for my program.
Thanks in advance!