Criate PDF with the same informations that CSV file

Hello Everyone.

I have tryng do it with all way that i've now. 

I wanna criated one file in PDF, by bot's, that cantain exactly the same coluns and lines that i have in my simple export CSV file. 
In other word, i need criated a file in PDF with a list that contain all lines and coluns from my table.

I will send to you ScreenShots. 
I am brazilien, so all are in Portuguรชs.

01 - The CSV file - I wanna do my PDf exactly like him;

02 - The view from my Table in AppSheet;

03 - How are now my PDF file.;

04 - My template Try .

Santosoffice_0-1672321771551.pngSantosoffice_1-1672321859824.pngSantosoffice_3-1672322280043.pngSantosoffice_4-1672322301069.png

Tank you so much for you time

 

Solved Solved
0 4 124
1 ACCEPTED SOLUTION

You template should be something like the following (<<Start: table key>>....<<End>> in a table)

TeeSee1_0-1672373053778.png

Another thing to check is whether your bot is set to run on Data Change or Scheduled.

Case [Scheduled]:

Set No table and the template.

TeeSee1_1-1672373411339.png

Case [Data change]:

Since the bot runs on every row without a Condition, you end up generating multiple reports (one for each record). So you can limit the bot to run on one record by setting the Condition like this (it can be anything as long as only one record is selected)

TeeSee1_2-1672373679129.png

[table_id] = MAXROW("your table","_ROWNUMBER")

TeeSee1_3-1672373964248.png

You have to specify the table here, otherwise an error is generated.

Here I could be wrong and there could be other ways to set this up in a more straight forward way. I will await inputs from community experts..

 

 

 

View solution in original post

4 REPLIES 4

You template should be something like the following (<<Start: table key>>....<<End>> in a table)

TeeSee1_0-1672373053778.png

Another thing to check is whether your bot is set to run on Data Change or Scheduled.

Case [Scheduled]:

Set No table and the template.

TeeSee1_1-1672373411339.png

Case [Data change]:

Since the bot runs on every row without a Condition, you end up generating multiple reports (one for each record). So you can limit the bot to run on one record by setting the Condition like this (it can be anything as long as only one record is selected)

TeeSee1_2-1672373679129.png

[table_id] = MAXROW("your table","_ROWNUMBER")

TeeSee1_3-1672373964248.png

You have to specify the table here, otherwise an error is generated.

Here I could be wrong and there could be other ways to set this up in a more straight forward way. I will await inputs from community experts..

 

 

 

Tankyou Sir. 

Reading your text i cound see two problems in my projetct. 

01 - The formula from my templates was wrong. 

before:

<<Start:[IDPROCUCT]>><<[PRODUCT]>> ...    ...<<End>>

after:

<<Start:PROCUCT[IDPROCUCT]>><<[PRODUCT]>> ...    ...<<End>>

2 - I was seted a table in PROCESS

 

 

 

Needs correction!

I do not know why I got thinking this but even for the data change case, you DO NOT need to specify a condition (unless you really need to set one). Only one report is generated without any.

I got the same problem, now everything is ok.

Thank you so much

Top Labels in this Space