Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A wildcat to get Approvel Workflow requester's ID #363

Open
ER-EPR opened this issue Nov 19, 2024 · 1 comment
Open

A wildcat to get Approvel Workflow requester's ID #363

ER-EPR opened this issue Nov 19, 2024 · 1 comment

Comments

@ER-EPR
Copy link

ER-EPR commented Nov 19, 2024

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Feature request

Which Nextcloud Version are you currently using: (see administration page)
29.0.9

Is your feature request related to a problem? Please describe.
I am using Approval workflow to automate add a tag to trigger the flow script. I need to get the requester's id to send the file to the correct location. When the file requesting approval is owned by the requester I can use %o to do that. But when the file is owned by others shared with the requester, I have no means to get the requester's ID. I tried the %a but it is the approver's ID in stead of the requester. Is their a way to get the id of the requester?

Describe the solution you'd like
A clear and concise description of what you want to happen.
A new wildcat to represent the current requester of the file instead of the original owner that share the file.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
%o can auto detect whether the file is shared and act on the correct id.

Additional context
Add any other context or screenshots about the feature request here.
nothing yet

@blizzz
Copy link
Member

blizzz commented Nov 19, 2024

Is their a way to get the id of the requester?

This has to be implemented, currently there is no way, unless maybe done external, if the approval app provides any API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants