
Hi there
I have an array , which i am appending to in an 'Apply to each'
and they come out like this :
So each one has a different Step number
And once the array has been built
I want to push the data into a 'Create new record' for my back end CDS., as you can see on the entity, I have a field called Step Number - so i want to push each array append into the corresponding fields in the CDS Connector.
So if the array has Step = 1.2 , then i want to push the date into the field from the array.
Any help would be awesome as I banging my head with Array queries which do seem to do the job.
thanks
Hi,
You can loop your array inside a "Apply to each". Then inside the condition, filter it based on the "StepNumber" and if its true, you can pass the value to the CDS field. Repeat this "Apply to each" step for all your "StepNumber". Just replace the condition with 1.2,1.3 etc. Hope the variable code helps and ignore the value i'm passing to the Item ID on Update a Record, its for demo purpose only 😀