Good day all. I have encountered an issue where I have patched a value in a column and tried to retrieve to use it in my email body after. The SharePoint row is updated with the newest value through Patch function, however, when I tried to retrieve it, it retrieves the old value instead.
I have thought about giving it more time to Patch before sending the email through Timer function. However, it seems like that is not the issue. I've researched and it seemed like there is something about how the application 'retrieves' the latest data values from the database, and not update it until I refresh the application or so, any advice would be appreciated.