As asked above, it is fine when I use the field for a record list action (the same exact action, just configured in a record list action instead of a related action), it is fine when I go into my records and use the related action there, but it is not fine when I use the field for the related action in an interface. The error just states:
The record data does not exist, has been deleted, or you do not have sufficient privileges to access it. (APNX-1-4205-006)
But I know it exists and there are adequet privileges because I can access it through other means, just not through an interface. Maybe this is to be released in a future update but the way Appian currently has the record action field configured suggests that you should be able to use a related action there.
Thanks!
Discussion posts and replies are publicly visible
Can you share the SAIL code for your record action component on the interface?
So this is the components used: besides configuring record action and identifier, I didn't do anything else
And this is the related action in question:
This is the error that popped up within the interface:
I think the problem is that the username is not the Record Identifier for the User Record, that's just one of its fields. Try passing the users UUID as the Record Identifier with the expression... user(local!username, "uuid")
Thanks that works! I thought it would work with username since that is also unique per user but it seems like this has to work with the ID, not just an ID
Hi kl0001
How you configured ID in record identifier, I am trying to implement that but it is not working.
Can you share more details? I mean, the record action expects the ID of the record.