The idea is for Users to be able to Download a List of chosen Products by a click of a Button in either a Pdf or Excel Format File and be able to share that Downloaded File via email or other platforms.
I’ve already tried PDF Generator API from the Marketplace but their guide doesn’t explain how to actually design your own Template from scratch and connect your Adalo Data to this created Template:
I faced the same challenge when I tried Eledo… no step by step guide as to how you Build and Connect your Adalo Data to the Templates from start to finish.
Any assistance in solving this problem would be much appreciated!
I had a look at this but I didn’t figure out the api yet. It’s not 100pc straightforward but I’ll try it out in the next few days when I get a bit of free time.
Even if you can guide me how to use the Pdf Generator API found in the Market Place, I know it’s a paid Service and I’m willing to pay for the feature/function.
I’ve already created an account with Pdf Generator API but have no joy in trying to connect my Adalo Lists/Data to their Templates.
I have followed this guide as per Pdf Generator API Support:
Brilliant Solution and the Table is working 100% on my side as well!
Can you please give me a step by step guide on how to handle Order Items with their relevant Images?
I took your advice from the YouTube comment section and only managed to get this far when I tried using the Container instead of the Table… (I included both a Container and Table in the Pdf creation for testing and illustrative purposes… from the same Data Fields… the Table acts exactly like your Tutorial… but the Container repeats the Data over and over depending on how much Order Items you have in your Order from Adalo:
The first video in this docs page describes using containers:
Here, you can see he is clicking the container, going to insert from the top menu, then data, and pasting in json. Using my existing JSON data it doesn’t work properly, but in the video comments you can see an example dataset of json, and this does work to iterate over data in the container. It might require a bit of experimentation.
Super, thank’s for the quick reply, I’ll get cracking with this Solution a.s.a.p!
As a matter of interest, are there any options available to copy the Generated Pdf back into Adalo’s Database for future use or to make it available for Download on other Pages of my App?
Thank you once more, you have been most helpful thus far!
So both the Table and Container shows the same Data…
Is there a way auto generate the Pdf without having to click the “Generate Button”? The reason for me asking is that if it could happen automatically with the Action of another clicked Button as an example, the link to the Pdf would have been created and saved in the background and “Download” Buttons could be plotted in a bunch of different places in my App referring to the same Generated File . Currently, if I try to plot the Pdf Generator Api button on different screens, I’m unable to get to all the needed parameters in order to complete the set-up… I assume because of what Data is available on that specific screen… and on the screens that I do manage to finish the set-up, a New File is Generated so I end up with different Files although the Content stays exactly the same.
My only issue remains the Image… and it’s because my Image isn’t saved in the same collection as my Product Data… Remember, my Product collection get’s deleted and re-imported every morning.
I’m trying to figure out a way to reference this needed image URL to the saved Image in the separate Collection.
Any possible news on how to Automate the Pdf Generation Process, meaning that a Pdf can be Generated without the click of the Generate Button??
Alternatively this could also be done via a Zapier Zap when a record is being Created or Updated, I applied your Tutorial tactics here and created a Zap to Automate the Process and also send a Link back to my Adalo Collection, and save a Copy of the Pdf to my Google Drive… all of which works fine, except that the Zapier Zap method doesn’t provide any way to Map the Line_Items in order to iterate the Product Items Collection under each Order… which kinda defeats the whole purpose…
Further to the above discussion, here’s a screenshot of my use case with your working Solution, both the Dynamic Data and Line Items are pulling through.(Only issue is that the User needs to click the Generate Button to get the desired Output):
And here’s a screenshot of my use case with your Solution through Zapier in an attempt to try and Automate the Pdf Generation process, the Dynamic Data is pulling through, but not the Line Items since I can’t find any place in the Zapier Zap to specify or map the Var1, Var2 and Var3 values. (Automation works perfectly, only issue is that the Line Items doesn’t show up in the Generated Pdf becuase of the above mentioned issue):
With Zapier you would need to call your Adalo collections API to GET ALL records in that collection, and then filter them on Zapier to build that. Not something I’ve done myself but I know it’s possible if you wanted to look at that route.
Happy to try anything at this point… being stuck between two Solutions is just frustrating!
Is there a Tutorial out there that exists that you know of that could guide me in achieving what you described? I’m willing to give it a try and see if it could solve my problem…