Excel sheet - hardcoded to datatable through array?

Hi!

I have a situation where I need to hardcode an excel sheet to data table in my flow. The need for hardcoding is there because the excel is not always available (it is unchanged).

Is this possible?
Can I assign the excel to array perhaps and then to datatable? Or does the robot still need the read excel every time?

Thanks in advance.

@Anonymous_Hippo

You can use Path Exists activity, So that It will output a boolean value
True->If present
False If not Present
Use IF condition In then you can use Read Range and get the Datatable
IF False then you can place your logic

Hope this may help you

Thanks

Hi @Anonymous_Hippo,

If you have an excel that is never gonna change but is also not available to be read everytime process runs.

So in this case, may be you can do a one time thing wherein
1)you save that excel in a storage bucket on orchestrator
2)so every time process runs, it picks that file from orchestrator instead of going to location(where it may not even find the file and unable to proceed due to no data).

Regards
Sonali

1 Like

Hi @Anonymous_Hippo,

If it has resolved your query, I would suggest to mark solution so this topic can be closed and others can also benefit from this :slight_smile:

Regards
Sonali

Thanks, marked it!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.