Hi
I am trying to write a Flow that will create a series of child records from a template entity when the parent record has been created. My Flow is a standard pattern:
The issue I have are:
My entity name is
I have tried
Each time I get (or similar)
{
"error": {
"code": "0x0",
"message": "Resource not found for the segment 'Assessment Headers'."
}
}
Without the Entity name ( i.e. the Assessment Number) I get
{
"error": {
"code": "0x0",
"message": "Resource not found for the segment '0dd15e08-6117-eb11-a813-000d3ad7eea3'." - Which is the correct GUID for the item
}
}
Either what I am trying to do - can't be done (which I hope isn't the case) or I have missed something that is glaringly obvious.
Many thanks
Tony
Solved! Go to Solution.
Hi @PAB1
1. You are able to set an Option Set value to a dynamic value. So just populate this with the value from template entity
2. For the lookup you need to use pab_assessmentheaders(GUID).
Have you tried /Prefix_SchemaName/{Guid}
Hi @PAB1
1. You are able to set an Option Set value to a dynamic value. So just populate this with the value from template entity
2. For the lookup you need to use pab_assessmentheaders(GUID).
I have tried this and it works without the leading "/" - I thought I had previously tried this option .
Thank you for the advice
I am still struggling with the "Option Set" issue - I have tried using the value this does not seem to be carried forward into the - but I will continue to look at it
Thank you for the advice
Oops! It would helped if I had checked the contents of the template entity - all issues now resolved
Thanks for the help
Tony
You can put custom values in optionset fields like 10000, 10001 etc.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
10 | |
9 | |
6 | |
4 | |
4 |
User | Count |
---|---|
37 | |
27 | |
21 | |
10 | |
6 |