Microflow Change List action, errors with: References are not allowed here

3
Hi, I'm building a simple microflow. There is a loop that iterates over Rating objects. Inside the loop, in a 'Change List' action, I refer to an association of the iterated rating, using the expression: "$iteratedRating/Ratings.Rated" However this produces the error: "References are not allowed here" I assume that by 'reference', the association 'Ratings.Rated' is meant. However I don't know why this error is produced, or whether my approach is the one intended for my purpose.
asked
1 answers
5

If you want to use a referenced object, you need to first retrieve it with a Retrieve action using the 'Association' version and selecting the reference(set).

answered