There are bits and pieces of solutions posted for quite a few specific needs, but often they do not say how to use those solutions, such as the exact syntax for putting them in a specific field, or which field you can put them in. Since I there is quite a bit of overlap, let me list my queries here. They are in the context of wanting to capture file attributes from on premises using the File Service, and writing records about those files to a new row in Excel.
I apologize for asking so many questions. I feel that I have spent enough time looking for the answers, so hopefully the answer to a few of these will release the floodgates for me. Thanks
Solved! Go to Solution.
Hi @akharns ,
For your first question, there is no any way to test a function or expression without running an entire flow in microsoft flow currently.
For your second question, do you want to get the file’s last modify date, the folder of the file and category or description of a file? If yes, you could get those values from the file with workflow definition language.
For your third question, you could achieve the requirements with Condition in microsoft flow.
If you want to compare a file modify date with 60 days before today, the Condition should as below:
If you want to select XML files only, the Condition should as below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @akharns ,
For your first question, there is no any way to test a function or expression without running an entire flow in microsoft flow currently.
For your second question, do you want to get the file’s last modify date, the folder of the file and category or description of a file? If yes, you could get those values from the file with workflow definition language.
For your third question, you could achieve the requirements with Condition in microsoft flow.
If you want to compare a file modify date with 60 days before today, the Condition should as below:
If you want to select XML files only, the Condition should as below:
Best regards,
Alice
Community Support Team _ Alice Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
89 | |
40 | |
23 | |
20 | |
16 |
User | Count |
---|---|
130 | |
51 | |
48 | |
36 | |
26 |