Config file for Quick Automate

Is there way to have a .config, where we can maintain the all environment specific fields and refer them into automate steps?

Hi @Krishna_Vengalasetty

Quick Suite does not natively support a dedicated .config file for centralizing environment specific settings.

Please refer the following documentations on runtime settings and deployment automation.

Hi @Krishna_Vengalasetty,

Just checking in as some time has passed since the last update on this thread. Did the information shared above help address your question?

Feel free to reach out if you need further clarification or have additional questions. If we don’t hear back within the next 3 business days, I’ll go ahead and mark this thread as resolved.

Thank you.

hi @Krishna_Vengalasetty There is no config file supported as of now but you can use runtime variables within the automation and reference them within your automation. You can also externalize maybe a json file in an Amazon S3 bucket and then read that file in the automation and parse it using the File handling skills.