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

Issue with Set Lookup Field from Record URL #280

Open
ganfer opened this issue Nov 14, 2023 · 1 comment
Open

Issue with Set Lookup Field from Record URL #280

ganfer opened this issue Nov 14, 2023 · 1 comment

Comments

@ganfer
Copy link

ganfer commented Nov 14, 2023

Hey Guys,
today I will report my first issue in Github. I hope I can explain the issue in here.

Describe the bug
The Bug occurs when I create a worfklow with branches and update for other entities. In this Workflow I search for contacts based on the email address and then I set the parentcontact in Lead with the URL of the contact I found.

image

The Proble is, that the Workflows stopped working after the Set Lookup Field from Record URL Step. When I add a "commit" Step (like a dummy update) on Lead entity, it worked well. <- Solution for the issue :-)

image

To Reproduce
Steps to reproduce the behavior:

  1. Set up a record field on contact entity and a workflow which fills out this field
  2. Set up a workflow based on Lead entity which makes a query for email address1 and set this URL as Value1
  3. Add the Set Lookup Field from Record URL Step on this workflow with value 1
  4. Add an update on contact entity

Expected behavior
Expected: That the Update will we done after the field is added - but because the Set Lookup Field opens its own process the update will fail (or stuck in a loop)

Screenshots
image
Here you can see the error occurs.

Desktop (please complete the following information):

  • OS: Windows
  • Browser Chrome

TLDR:
I created a workflow on creat of lead which searches based on the emailadress1 if a contact is available or not. If it is, it should set the contact as parentcontact and update the contact. In this extension I have an issue because I used to update contact after Set Lookup Field from Record URL, but it worked after I added a dummy commit step on Lead entity

Expected behavior and actual behavior.

It should set the Lookup without the commit step, actually it is in status "waiting" because of the issue (please see screenshot)

CRM Version - online/onpremise - WorkflowTools version

SaaS Dynamics 365 for Sales

@ganfer ganfer changed the title Set Lookup Field from Record URL Issue with Set Lookup Field from Record URL Nov 14, 2023
@BoJackson2
Copy link

BoJackson2 commented Nov 14, 2023 via email

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

No branches or pull requests

2 participants