IS TO CREATE A FILE BY ROWS, (FROM ALL THE 1,242 ROWS WE ALREADY HAVE)

It's true that my setup in the automation bot is designed so that for every new row added, a separate pdf file is created and sent to my unit. Knowing that this is the configuration needed for new entries.

BUT WHAT WE NEED IN ADDITION TO THAT, IS TO CREATE A FILE BY ROWS, (FROM ALL THE 1,242 ROWS WE ALREADY HAVE). AND NORMALLY IT IS IMPOSSIBLE TO CREATE A BOT ACTIVATED BY UPDATE AND WE HAVE TO EDIT ONE BY ONE, ROW BY ROW.

HEEEELP!!!

Below I have the prints of the failed bot configuration!

1A

EXPORT 1.png

 

A2

EXPORT 2.png

3A

EXPORT 3.png

 

Solved Solved
0 14 692
1 ACCEPTED SOLUTION

Thank you very much to all. But I don't know how, after many attempts I got it, with the expression DATE([Submission Date])<DATE(TODAY())+1 in the Condition of the Bot.
I also renamed the file names in the column that contained inappropriate symbols for file names. (: // etc) Now I get to export all the rows!
Best regard!

View solution in original post

14 REPLIES 14

You can try a scheduled event which will trigger based on the schedule.

Doc: https://support.google.com/appsheet/answer/11445188?hl=en&ref_topic=11998887#example-trigger-schedul... 

aneeshatgoogle_0-1670869825443.png

 

I tried to create a schedule provided that at a specific time, (at a single moment), the system would export all the rows, one for each file! That's 1242 rows!
IT HAS NOT WORKED

That urges me...

Thank you

Try just manually selecting the Run button on the scheduled automation. 

I already did that too. But it does not work!!

When you say "it does not work" or "prints of the failed bot configuration" what is the exact problem are you are facing?

  • Does saving the app throw an error (since you said failed bot configuration)? If yeas, what error did it give?
  • Does the bot execution starts but fails to complete? If this is the case, what error do you see for failed bot execution?
  • Does the bot execution complete successfully but you don't see any pdf being generated?
  • Does the pdf generate but i does not have the rows you wanted?

Also, am I correct in understanding you want 1 pdf file to be generated for each row even if it is not updated (since you have ForEachRowInTable enabled in one of your screenshots) 

Hello noble gentleman, thank you very much for your collaboration!

I explain: in fact I do not know how to say if the execution of Bot starts. Because I am using schedule. With tentative variables of Filter Condition, a filter to each attempt:
I already tried: True;
I already tried: "";
I already tried: (Isnotblank (Select All);
I already tried: simply manually select the RUN button to run the manually scheduled automation ...
... and nothing!

And in this case, I am not identical if the system begins to process that bot, because of the only fact that no PDF is generated!

The only conviction that I have that everything is going well with the Talks, is because another bot that I have (to create pdf one by one, by adding a new record), this does work. I made 6 new records that generated 6 pdfs. But what I want is to generate the PDFS of the previous 1242 rows !!

Helpe please

 

googledriver.png

 I do not know how to say if the execution of Bot starts. 

You can know about the automation status using automation monitor.
https://support.google.com/appsheet/answer/11447502?hl=en

Name
Process for Export Qr - 1
 
Created TimeStamp
12/12/2022 0:57:13
 
Status
Error
 
Current Step
Process for Export Qr - 1-returnStep
 
Error Message
Error encountered in step with name [Export Qr]: Error: 'Process for Export Qr - 1' task 'Task for Export Qr' Body template. Expression '[QR-Code Detail]' is invalid due to: Unable to find column 'QR-Code Detail'. Error: The document body is empty
 
Execution Time (In seconds)
19
 

There is the mistake I just found. That is what happens when I ask to execute the bot from the option all rows through a scheduled automation.

Entering, verifying in the images that when I ask to execute the bot that generates a PDF file for each new record in the table, (the automation does work)!

 

The document body.pngerro2.pngerro1.png

 

Great. So it seems like the automation configuration is correct, you now just need to fix the problem in the data (invalid expression) to get it working.

That is the written in the doc <<[QR-Code Detail]>>

I don't see solution

 

Can you give more details about the automation step that creates the pdf? The error that you are seeing might be coming from the template that you have set for the pdf, or the data you are using for generating the pdf. It looks like you are exporting QRCode detail view (which makes sense for exporting 1 row) but won't make sense for exporting all rows to pdf.

you can also click on the Create Template button in the bot step settings panel to generate a new template. It will give you a hint as to what columns are available.

Friend here it is already 3:27 in the morning. Tomorrow I will continue. I will try to study more, following your information. But please don't leave me!! I need to solve that.
Thank you very much

I followed your proposal and I have created a new document in Tasks. All available columns have been generated, including the column I want to use.

I would like to know better what you told me about the bot generating a row, but not being able to generate all of them for each file! What is the logic to solve what I want?

Thank you

NEW DOC.pngEXPRESSION Condition for Event 3.pngEXPRESSION Condition for Event 2.pngEXPRESSION Condition for Event.pngThe document body.png

Thank you very much to all. But I don't know how, after many attempts I got it, with the expression DATE([Submission Date])<DATE(TODAY())+1 in the Condition of the Bot.
I also renamed the file names in the column that contained inappropriate symbols for file names. (: // etc) Now I get to export all the rows!
Best regard!

Top Labels in this Space