Hey Guys,
I'm starting using Power Apps / Automate and I tried to create a Leave Request App based on @RezaDorrani model (https://github.com/rdorrani/PowerApps/tree/master/LeaveRequestApp).
I changed the SharePoint connection in the PowerApp and the SiteURL on the Flow but it appears it doesn't work correctly.
First in my Flow, I have this message in 'Get Item" :
{
"status": 404,
"message": "Item Not Found\r\nclientRequestId: 4e16da4f-d081-4e8e-96f2-9a0df139f0aa\r\nserviceRequestId: 4e16da4f-d081-4e8e-96f2-9a0df139f0aa"
}
Like it cannot find my list.
On my Power App, when I add a Leave Request, it creates correcty the entries in the SP list but nothing more. And it looks like the interface doesn't work.

Could you please tell me what I did wrong?
Thank you in advance