Hello,
Attempting to avoid workflow runs/count if possible.
I have a RG containing a list of Questions , I also have set a state called “Answers” (list of Questions) on this RG which is the RG list itself. I am attemping to update the first question within the RG by storing the new data in the RG state by using the following workflow:
Make change to thing (RepeatingGroup’s “Answers” first item) text = Input field value.
The workflow is running correctly I’m just not sure if this counts towards a workflow run since I am not updating the Question inside the database itself, just setting a state on it to save a later date once all questions have been answered and can save all in one go.
Thanks