Excel app integration read excel location

Hi, I have a workflow in my UIPath, in my UIPath, there is an excel application scrope which read cell in my Master.xlsx.
However, I just realized a problem, if another user use my workflow, then have Master.xlsx in different path in their laptop, how can UIPath handle this?

In VBA, I can put all the file together in 1 path, and use code below:
ThisWorkbook.Path & “\Master.xlsx”