Get current item position in repeater or uuid in repeater mutateRelationshipDataBeforeCreateUsing
How I can get the items positions/indexes or uuids in
mutateRelationshipDataBeforeCreateUsing()
?
I want for each item set some value available inside $state
parameter but I don't know which item is currently in mutateRelationshipDataBeforeCreateUsing
3 Replies
So I guess it's not possible?
@morawcik I dont know of a possibility, but maybe this could help you: https://discord.com/channels/883083792112300104/1147995447332438077
I guess I could try this version with static variable ($uuid is not available for
mutateRelationshipDataBeforeCreateUsing
)