Hello everybody. I have created a bot that generates a pdf file. And then an action to view it via the column containing the link to the file.
The BOT is activated when the various fields are modified or added. However, I would like to keep track of the various versions of the generated file.
The idea I had was to create a special table where all the links to the various files are saved. Has anyone faced this problem before? any advice or guide to consult?
Solved! Go to Solution.
The process is surprisingly straightforward:
-------------------------------------------------------------------------------------------------
Since the default value for the [File Link] is the same as what automation will use... when the record is saved, the file is created, and when the whole process is finished... a user can tap on the "file link" in the app and open the file.
The key is getting the [File Link] formula, and the separated parts of that formula into the correct spaces in the file-creation task in automation; as long as they line up, so the resulting string is the same, the system will find your file. (^_^)
I've done this once in with my previous app.
"The idea I had was to create a special table where all the links to the various files are saved."
You are correct. You just need to create a child table and save the link of the file there.
The process is surprisingly straightforward:
-------------------------------------------------------------------------------------------------
Since the default value for the [File Link] is the same as what automation will use... when the record is saved, the file is created, and when the whole process is finished... a user can tap on the "file link" in the app and open the file.
The key is getting the [File Link] formula, and the separated parts of that formula into the correct spaces in the file-creation task in automation; as long as they line up, so the resulting string is the same, the system will find your file. (^_^)
As usual, you da man!
Very much appreciated!
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |