I'm encountering an issue while working with the SharePoint Input tool in Alteryx Designer.
Here's the setup:
I have a SharePoint folder structure where multiple engagements exist.
Each engagement folder (e.g., 112015, 112016, etc.) contains a file named test.csv located at:
Test EngagementID Extractions/test.csv

My goal is to dynamically update the Engagement ID using the Action Tool so that the workflow picks up the file from the correct folder.
For example, I want to switch from:
Test/112015/Extractions/test.csv
to:
Test/112016/Extractions/test.csv
Issue:
Although the Action Tool updates the Engagement ID in the path correctly (visible in the updated text input), the SharePoint Input tool still reads the file from the original folder (112015). It’s as if the SharePoint Input tool is not recognizing or applying the updated path.
I've attached a screenshot for reference.
Has anyone experienced something similar or found a workaround to make the SharePoint Input tool pick up the dynamically updated path?
Thanks in advance for your help!