Skip to main content
Navigator | Tier 3
December 7, 2023
Solved

File Extension about

  • December 7, 2023
  • 2 replies
  • 361 views

Hi everyone,

I have a question about the file extension. I would appreciate it if someone who knows answer.

I’m sending screenshots below.

I want to get the name and extension of the pdf file with the “Loop>file for each file in folder” command.

But even though the extension is pdf, it appears as null. (I want to email the pdf file but it doesnt read the file.)

Where am I doing wrong and how can I fix it?

Thanks in advance

 

1
2
3

 

Best answer by VInodkrishna.A_0

@ufuksavas, assign each file in folder output to dictionary variable, use key and value relationship

Like $variable {Name}$. $variable {Name}$

2 replies

Cadet | Tier 2
December 7, 2023

@ufuksavas, assign each file in folder output to dictionary variable, use key and value relationship

Like $variable {Name}$. $variable {Name}$

ufuksavasAuthor
Navigator | Tier 3
December 7, 2023

Thank u for your quick response