Permanently deleted user
I am requesting some way to create unique data key for looped apps data. There may already be a way for this that I am unaware of.
This is for data import into another database and the way to refresh the data from Canvas if there are any changes to the data in a submission. Currently I use the Response ID for non-looped apps but with looped apps the Response ID is duplicated (and rightfully so) on all the lines for my looped data. It would be great to have Response ID + # for the number of loops or some other solution.
Thanks!
1
Comments
Please sign in to leave a comment.
Hi Julie,
Would it work to have a randomly generated number affiliated with each loop entry? There's a work-around described here that would be able to do that for you on each iteration of the loop: https://help.gocanvas.com/hc/en-us/community/posts/360002027193-Generating-a-random-number-in-your-app.
Anyone else solve this problem?
Thank you Sara! I think this may work. I appreciate it.