Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Edy_Tan
Employee
Employee

Appending record using Share Point

I am exploring the QAA task chain by @Emile_Koslowski but my customer can only use share point (instead of google sheet).  I made changes to the code however I face the following challenges

1. there is no option to append a record to a file in share point, I have to open a new file, read and write from existing file to the new file, add in a new record, and then rename the new file to the existing file; is there a better way for share point?

2. new record is appended into a file (based on item 1) and then I read it back again, the new record is not found, only the existing record before the append.  When I rerun the QAA, then the appended record will appear

The following are the screen shot of the QAA

a. Append a record to a file and read back the file

Append and read backAppend and read back

b. QAA function to open an existing file, write to a new file, append a record and save back to the existing file

Append function part 1Append function part 1

Append function part 2Append function part 2

 

Appreciate any suggestion or comments on this

Labels (1)
2 Replies
AfeefaTk
Support
Support

Hi @Edy_Tan 

1. there is no option to append a record to a file in share point, I have to open a new file, read and write from existing file to the new file, add in a new record, and then rename the new file to the existing file; is there a better way for share point?

Ans : Can you use Microsoft Excel connector to get this done? Try using the "Add Row To Table" or "Add Rows To Table (Batch)" block.

https://community.qlik.com/t5/Official-Support-Articles/How-to-Getting-started-with-Microsoft-Excel-...

Thanks

 

Edy_Tan
Employee
Employee
Author

ok thanks