I need to create automation where it makes PDF by changing status to completed. So, PDF must contain information for every day, for example, from 14th Oct till 7th Nov. Besides date, it should have load name, driver, load price, a location.
I want information to be sorted from the start date to the end date. I will also put picture of my automation.
So, it’s like a report for one week, two, etc.
Thanks for your help! I made this automation, but it only creates one row in the table, for one record only. But I need it to create a row for every date.
Here are pictures of my automation. Thanks again for your help.
It is hard to be sure without seeing loads more of your app but I will try and give some pointers:
I presume you mean there is just one line when you simulate or actually make the PDF rather than what you see in your screenshot
It looks like you have watched the video and taken it fully, which is great. However, I suspect that in your case, you don’t need certain aspects of what Ben shows. For example, I am not convinced that you need the Get related part or the roll-up. If you do, then great, but it doesn’t look like it.
Are you sure that there is more than one item if you click the play button in the top right you will see the steps your automation is taking and you can expand the search item and see how many it has found.
I suspect that your collection is only holding the related records you are collecting which in your case is probably not what you want you need the collection to hold all the records from your search block.
Build your collection however required, it could be you want related records or records from a search as shown here.
Sort the records in your collection if required.
Create your PDF
Layout your PDF how you want adding a table to hold your collected records
In the row that will hold the first row of your data at the fields that you need if you are doing this in the same app as the collected data then take care to add the collection fields and not the single record fields. it must start with @Collected
Update the record by adding the PDF to a files field.
the above automation produces the following when run:
We also have one more problem, we have a field for date and time in workspace where information is pulled off, with start and end, but we can only select one date. If you can help us with that too. Thanks again.
It’s late with me now and I am not sure I know what you mean send me more screenshots, if you can’t post publicly then DM me and I will look in the morning
Here’s an example, pickup delivery date & time has START AND END, that is in the table for collected.
But when we try to search for that exact thing in the search record, it only has one date & time.
Okay, so let’s look at this a different way. What do you actually need to achieve? Are you trying to match records where a date is within the start-finish date or if the end date is before today?
Hi, we need to have the same option to pick in Search Records, we need to have there option “Pickup Delivery Date & Time / Start”, like we have that option in the table.
We actually need what you said, to match recors where a date is within the start/end date.
Thanks for your time