How to GET delay and retry value from configuration file REF

Hi all

I have a delay value in the config file is 30000

And how to get it from configuration file and the argument type of delay is int32 type…

Can you just let me know the expression for getting it from configuration file

And retryvalue is 3 and the argument type is also int32.

How can I write the expression when getting from configuration file uipath REF

@chandolusathi.kumar

                                        CInt(Config("Dictionary Key Name").ToString)
                          CInt(Config("Dictionary Key Name").ToString)