I have been using aws dynamodb to store the user details (like mail Id, username, etc...) and before it was fine. until today, suddenly few row's data disappeared from the table and the data was empty can't able to figure out why this is happening. we didn't even changed anything and user also not aware of this. is anyone faced this kind of issue before? Kindly give me any suggestion to figure this out.
Related
Try follow the steps in this article which describes exactly my situation
(https://wisedatadecisions.com/2021/01/18/filter-email-power-bi-report-pages-using-power-automate-excel/)
Everything worked as described, except for the part where it was supposed to attach a filtered pdf to the email, the urlfilter was not working, the pdf report attached to email contains everything unfiltered.
Also tried remove the space and include x0020 in the place of the spaces per this article (https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters).....no luck either.
Anyone had similar experience can share some knowledge, any idea what I've missed or done wrong?
Sample Excel table below. The Power Automate flow was able to extract and use all columns A-E and sent the email, only the pdf attached is not really filtered. I think something's not right with the URLFilter column, but don't know what's wrong.
thanks,
I've gone through some forensic analysis and implemented iCloud Account access programmatically (with authentication).
The problem I'm facing is that, when getting responses for Notes Table attachment, the table cells are out of order. E.g. sometimes the cells from the 2nd row appears first, and cells from the 1st row comes next. I couldn't find any meta data from which I can know the ordering of these cells.
FYI, I have decoded the attachment responses with Versioned-Document and Crframework protocall-buffer objects. If someone has worked with this technology or followed similar forensic analysis, can you help me getting order of the table cell data?
Thanks in advance.
I would like to know how to create the correct body for creating a customer record. I am using the Postman examples that I downloaded from Netsuite and I'm accessing /record/v1/customer as POST, but I keep getting this Sector and Subsidiary error. By the way, I don't have access to the Netsuite dashboard for now. I am still waiting
for my company to give me access. Would really appreciate the help, or even just pointing me to the right direction. Thanks a lot!
Sector is not a NetSuite standard field name. It could either be a custom entity field or a standard field that was renamed to Sector. You will have to get the correct ID for this field from your account.
Try a get request to:
/record/v1/customer
That will list all the customers currently in your account, by ID (hopefully there are some).
Pick one of those IDs (eg 99) and make a get request to:
/record/v1/customer/99
and that will return the customer record in JSON. Have a look for something that looks like sector in there.
I have a csv with user-interactions data and trying to create a data import job on amazon personalize, however it keeps on failing saying column user_id does not exist. can someone please help?
I have tried renaming the column different things and changing schema accordingly but it still fails on that first column.
I figured it out myself, kinda annoying but the first column in CSV cannot be any of the columns that Personalize requires. So, just add some random key or something in first column and it'll pass thru their validation. I hope it helps if anyone has the same issue.
I've also had this issue recently. Turns out my file was encoded in UTF-16 and that didn't play too well with Amazon's systems.
I'm currently running into the problem that I am using a webservice system to load products into magento.
I'm using the REST api in conjunction with Oauth to create products and assign a category. It works and when I go to the admin I can see the products as well as see they are properly assigned to the correct category. When I open the category management in the management console i can see i have (example: 106) items assigned in the category.
However, the problem is: It does not show in the site.. even with refreshing anything that is cache or index.
When I open up the management console and open 1 article and save it without changing any other property and then Save it. I can suddenly see the item in the front end webshop...
I'm lost to why this occurs.. also for 19k product updates it is becoming a bit of an annoying bit of work to update this amount of products since any bulk update method does not do the same as editing just 1 product at a time.
Any help is much appreciated.
In the end I have discovered the answer myself. Thought it might be nice to list it here as well.
In the 'rights' tab i added all the accessrights for the user using the api. This allowed me to read products etc. Very stupid mistake but somehow I overlooked this at first.
IF you'd expect security errors.. you wont get any. just empty lists and null responses.