Forum Discussion
Translytical Task Flow – Create/Edit Not Reflecting in Report (Only Delete Working)
- 10 months ago
Hi Mohan128256,
Thanks for the update and follow-up question.
It sounds like your SQL logic is fine, but the issue is with how inputs are passed from the report to your User Data Function. Since all values are typed together (like 1,test1,test2…), Power BI can’t identify which value belongs to which parameter, so it’s mapping them randomly. Please try this below I mentioned:Create separate text inputs for each field PageNo, ReportName, PageName, ReportDescription, and ReportLink. Go to your Submit button → Format → Action → User Data Function, and make sure each parameter is mapped to the correct input visual. For optional Add a message box to show the success message after submission. After mapping them separately, the record should be created with correct values.
Hope this clarifies it. Let us know if you have any doubts regarding this. We will be happy to help.Thank you for using the Microsoft Fabric Community Forum.
Hi Mohan128256,
Thank you for reaching out to the Microsoft Fabric Community Forum. Also, thanks to BeaBF, for his inputs on this thread.
Has your issue been resolved? If the response provided by the community member BeaBF, addressed your query, could you please confirm? It helps us ensure that the solutions provided are effective and beneficial for everyone.
Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.
Thank you for using the Microsoft Community Forum.
- Mohan12825610 months agoHelper IV
Hi v-kpoloju-msft ,
Right my only concern is that sometimes the Create and Delete buttons are not working.
i have tried above code but in update part i am facing issue so i create 2 UDFs like Create and Delete and added in Blank button and given actions as UDF which i created. at the starting it is working fine but all of sudden it is not working