Hello all,
In my template i'm taking text from a TXT file (article001.txt for example) and directly delete it to avoid duplicate content.
I'm wondering in case of bad end, how could i add back this expensive spinned txt
How do i grab them ?
Get file list (directory)
Get line (List processing) (Delete after take)
Read file (File) (Delete after read)
Maybe i should just not remove it, and in case of good end deleting it ?
In my template i'm taking text from a TXT file (article001.txt for example) and directly delete it to avoid duplicate content.
I'm wondering in case of bad end, how could i add back this expensive spinned txt
How do i grab them ?
Get file list (directory)
Get line (List processing) (Delete after take)
Read file (File) (Delete after read)
Maybe i should just not remove it, and in case of good end deleting it ?