Can someone shed some light, like Lumos I would like to know how we can or we could dynamically be changing workflow Alteryx like we have in R (R-in a loop setting)?
Hi @rmenhem1,
Unfortunately, your question goes above and beyond our support capabilities. I would suggest that you go through some of the other Community posts in the Advanced Analytics section and look for other users that appear to have the type of R knowledge necessary to assist you with these questions. Then, tag them in this post and see if you get any responses. Another suggestion, and I'm not sure if this would help you with your needs in any way, is to utilize Batch or Iterative macros, along with the Interface tools, to modify your R code during the workflow run:
https://help.alteryx.com/current/BatchMacro.htm
https://help.alteryx.com/current/index.htm#IterativeMacro.htm
Thank you, and sorry that we cannot be of any additional assistance.
Hi @rmenhem1. Could you provide a little more detail into what you are trying to accomplish? Perhaps, can you provide a simple example?
Thank you!
Hi @DanC , I would like to dynamically insert into a model for example , data from the archive. How would I be able to work with it if the model changes as published with new data, so for a simple example an approximation to pi, as If the iterations on pi change or method of iteration changes depending on a previous result hypothetically, or it can be iterative forecast based on the model, which depends on the data.