Hello, I'm making the same app model for several countries, and as I had already made the matrix, I just made copies. What happens is that when I click to generate a PDF, it doesn't find the folder and looking at them, they basically have the same numbers except for the name of the copy created in front. Can you help me?
<html>
<body style="margin:20px">
<div>'/appsheet/data/PTM-839191448/Files/56faee3b.pdf' not found</div>
<div>Probable cause: N/A</div>
<div><ul><div>
<div>Path: Root</div>
<div>Result: FAILURE</div>
<div>Message: N/A</div>
<details>
<ul>
<li><div>
<div>Path: Root</div>
<div>Result: FAILURE</div>
<div>Message: N/A</div>
<details>
<ul>
<li><div>
<div>Path: Root</div>
<div>Result: Success</div>
</div>
</li>
<li><div>
<div>Path: Root</div>
<div>Result: FAILURE</div>
<div>Message: N/A</div>
<details>
<ul>
<li><div>
<div>Path: Root</div>
<div>Result: Success</div>
</div>
</li>
<li><div>
<div>Path: Root</div>
<div>Result: FAILURE</div>
<div>Message: N/A, Searching for '56faee3b.pdf', File entry not found</div>
<details>
<ul>
</ul>
</details>
</div>
</li>
</ul>
</details>
</div>
</li>
</ul>
</details>
</div>
</li>
</ul>
</details>
</div>
</ul></div>
</body>
I managed to adjust it, I think it was a delay between the updates and the file name change, anyway adjusting the path works, I thought I was going crazy lol
1 Like