Hi @Expiscornovus
Thanks for looking into my issue
I followed Reza Dorrani Video for "Power Automate SharePoint Item Modified flow | Track Column Changes"
I have referred Ur articles for creating a flow from SharePoint to mail.

First Send an Http Request

Second one is empty

Iam getting following error in my flow

_api/web/lists/GetByTitle('Risk_Database')/fields?$select=Title,InternalName&$filter=InternalName eq '@{item()}'body('Send_an_HTTP_request_to_SharePoint_-_Title')['value'][0]['Title']coalesce(body('Send_an_HTTP_request_to_SharePoint')?['d']?['results']?[0]?[item()], '')
nvalidTemplate. Unable to process template language expressions in action 'Append_to_array_variable' inputs at line '0' and column '0': 'The template language expression 'body('Send_an_HTTP_request_to_SharePoint_-_Title')['value'][0]['Title']' cannot be evaluated because property 'value' doesn't exist, available properties are 'd'. Please see https://aka.ms/logicexpressions for usage details.'.
Could u please help meto fix this issue