I'm trying to update a table in Salesforce and am getting this error:
Salesforce Output (84) <class 'OSError'>: Cannot save file into a non-existent directory: 'C:\Users\jdbusch\AppData\Local\Temp\salesforce'
Salesforce Output (84) <class 'FileNotFoundError'>: [WinError 3] The system cannot find the path specified: 'C:\\Users\\jdbusch\\AppData\\Local\\Temp\\salesforce'
I've tried creating the directory manually, but it disappears when I run the workflow.
How do I fix this?